Python Web-第六周-JSON and the REST Architecture(Using Python to Access Web Data)
1.JavaScriptObjectNotationJSON1.JSON官方介绍 http://www.json.org/json-zh.html2.json1.pyimportjson
data='''
{
"name":"Chuck",
"phone":
{
"type":"intl",
"number":"+1231231234"
},
"email":
{
"hide