Hi everyone,
I want to load a Json file into a dictionary and have the Json's content available in multiple keys.
The bits I'm unclear about is why I'm seeing zero keys after loading the ajaxdata into the dictionary and how I would best break down the loaded data into dictionary keys.
My setup looks like this:
The data I want to import:
imgur.com/eNNmP0x
Loading into the dictionary:
imgur.com/9GiXBOV
So I'm guessing my data is formatted incorrectly, since the import results in zero keys?
Also what key would it be stored in, how would I adress it for breaking down into?