Python JASON

JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式,易于人阅读和编写。

http://www.runoob.com/python/python-json.html

 

 

 

更多内容参考:https://docs.python.org/2/library/json.html


使用第三方库:Demjson

Demjson 是 python 的第三方模块库,可用于编码和解码 JSON 数据,包含了 JSONLint 的格式化及校验功能。

Github 地址:https://github.com/dmeranda/demjson

官方地址:http://deron.meranda.us/python/demjson/

 

 

 

原文地址:https://www.cnblogs.com/lelin/p/11657668.html