1 解析JSON

import json

json.loads(json_str)

2 输出JSON

json.dumps(py_obj,separators=(',',':')) # 去除没用的空格,减少JSON字符串占用的空间