#
Git
Press
Login
Tag
#
json
Tagged
Posts
Chihwei-Hsu
@ 2017/08/14
2017-8-14 JSON文件 读写 格式化
indent: 缩进(一般填4,缩进4格);sort_keys: 是否排序(默认False--不排序)def write_info(file_name, file_info):
Chihwei-Hsu
@ 2017/09/12
2017-9-12 str() vs json.dumps()
<!--more--> data = {'jsonKey': 'jsonValue',"title": "hello world"}