python 中json模块的使用。
json.loads()装载,将json字符串对象转为python objects中的字典对象。
json.dumps()将python dict对象转为json字符串对象。
Json与Python数据类型转换关系
Json与Python数据类型转换关系

相关文章: