第九章 Python 标准库参考
Python json 模块用来在 Python 对象和 JSON 文本之间转换。使用前要 import json。
import json
dumps
loads
dump
load
ensure_ascii=False