pretty_json:python模块来美化你的json文件

时间:2021-07-07 17:41:05
【文件属性】:
文件名称:pretty_json:python模块来美化你的json文件
文件大小:2KB
文件格式:ZIP
更新时间:2021-07-07 17:41:05
Python ##描述:让你的 json 文件更漂亮###例如: [{'a':{'list':[1,2,3],'b':'c'},{'hi':'hello'}] will be processed and pretty json will look like [{ 'a':{ 'list':[1,2,3], 'b':'c' }, { 'hi':'hello' }] 用法: 将 prettfy_json.py 文件复制到 json 文件所在的目录中运行: python prettyjson.py yourfilename.json *json file will be pretified*
【文件预览】:
pretty_json-master
----prettyjson.py(2KB)
----README.md(534B)

网友评论