Skip to content

Instantly share code, notes, and snippets.

This is a JSON object:
{
"Image": {
"Width": 800,
"Height": 600,
"Title": "View from 15th Floor",
"Thumbnail": {
"Url": "http://www.example.com/image/481989943",
"Height": 125,
#!/usr/bin/env python3
import json
import ldap3
CONFIG_FILE_NAME = "config.json"
def load_config():
try:
with open(CONFIG_FILE_NAME, 'r') as file: