Python Simplenamespace ke JSON

json.dumps(SimpleNamespace(foo='bar').__dict__)
Witty Wren