Home > front end >  Pythonp crawlers read json file, including multilayer nested how to break up?
Pythonp crawlers read json file, including multilayer nested how to break up?

Time:12-14

This format is how to deal with json file data? Want to excel file format,

{" name ":" red ", "score" : {" Chinese ": 100," math ": 90," English ": 98}}, {" name" : "blue", "score" : {" Chinese ": 10," math ": 9," English ": 8}}

CodePudding user response:

Have turn JSON online website you can look at how to handle JSON

CodePudding user response:

https://www.sojson.com/editor.html

CodePudding user response:

https://www.cnblogs.com/- cainiao/p/9999170 HTML

CodePudding user response:

The import json

Using the built-in json module can't parse?
  • Related