Python的json操作

Python的json操作

三种对象之间的转换

  1. Python对象
  2. 字符串
  3. 文件

将字典格式化转出

json.dumps(info.toJSON(),indent=4,ensure_ascii=False)