and data conversion python json

json.loads json format -> python data type

json     python

Object Dictionary

Array list

json.dumps () python data type -> json format

python    json

Dictionary Object

List Array

Tuple array

Note json.dumps () defaults to ascii coded so you want to add parameters ensure_ascii = False to disable ascii coding

 

 

 

 

Published 267 original articles · won praise 36 · views 190 000 +

Guess you like

Origin blog.csdn.net/qq_40270754/article/details/100915878