基础

json操作

json.dumps()接受Python的基本数据类型,然后将其序列化为String
json.loads()接受一个合法字符串,然后将其反序列化为Python的基本数据类型