I would like to create a JSON like object (nested dictionary structure) in Python and I wondered if I could do this in a more simplified (directly assining and creating the sublevels of the dictionary on the fly) manner then creating a dictionary, a list in a dictionary and appending dictionaries to it.
Something like:
my_json={}
my_json['first']['second']['third']=array_123