构件好保存对象时,对json数据格式化存储有助于数据观察和规整
json.dump()的时候设置一下indent参数的值就ok
json.dump()
indent
比如json.dump(json_dict, f, indent=4),indent控制缩进
json.dump(json_dict, f, indent=4),indent控制缩进
ensure_ascii=False,写入读取中文形式