0
Complex JSON parsing using Python
I am trying to parse JSON file which has nested JSONs in key vales. The approach I am using is first reading the file from location then using âloadâ , loading the file into data variable and then using âforâ loop to read the values of data.Now all the nested values are coming as one string and not the seperate values.Can you tell me how can read further nested values as different and not in one string.
2 RĂ©ponses
+ 1
I hope this helps somehow
https://code.sololearn.com/cAgJmMSb6cuc/?ref=app
0
thanks but it is not parsing the inside JSON object.,