json parsing in python

json is to write data structures natively JavaScript program in Python, dictionary format and json format on the display is the same, but the dictionary is dict, and json is str.
Then in python, json the key can only be strings, even if the key is an integer in the dictionary, after dumps, it will be a string.

Guess you like

Origin blog.csdn.net/xili2532/article/details/90205174