Собрали в одном месте самые важные ссылки
консультируем про IT, Python
{ "hello": "world", "this": { "can": { "be": "nested" } } }
>>> from jsonsempai import magic
>>> import tester
>>> tester
<module 'tester' from 'tester.json'>
>>> tester.hello
u'world'
>>> tester.this.can.be
u'nested'
>>>