0
How to get specific information from json
I have a complex json data I'm trying to extract all text data how can I do this using python Here is an example of the json data { âtypeâ : arr, âvalueâ : -[ -{ âtypeâ : obj, âvalueâ : -{ âtypeâ : paragraph, âcontentâ : -{ âtypeâ : arr, âvalueâ : -[ -{ âtypeâ : obj, âvalueâ : -{ âtextâ : We need to choose a page build}
4 RĂ©ponses
+ 2
Chidera ,
i used 2 json online validators, both of them stated "parse errors". may be you can check if you have posted the original version?
thanks!
+ 1
u can work with json library
just import it and use it