Python Simplenamespace à JSON
json.dumps(SimpleNamespace(foo='bar').__dict__)
Witty Wren
json.dumps(SimpleNamespace(foo='bar').__dict__)