python 中json模块的使用。 json.loads()装载,将json字符串对象转为python objects中的字典对象。 json.dumps()将python dict对象转为json字符串对象。 相关文章: