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}
3 ответов
+ 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