I want to redo through the JSON array in Python. I have these JSON Array:
{"test1": "database", "testInfo": {"memory": "0.1% - reserved: 31348 KB, data / stack: 10 KB" , "Parameter": {"TCP": "0"}, "test2": 100, "newer": [{"name": "post", "owner": "post", "size": 6397} ]}}
How can I test1: testinfo: and inside testinfo (memory ..) newarray
Thanks a lot for help!
After the back dragon you have actually used the load
.
Comments
Post a Comment