文件名称:xjson:扩展JavaScript对象表示法-带有注释的JSON
文件大小:14KB
文件格式:ZIP
更新时间:2024-06-04 17:02:14
Python
的xjson 扩展JavaScript对象表示法-带有注释的JSON 描述 xjson (发音为“ ex-ja-son”)是一个微型模块,它扩展了标准JSON python模块,并具有处理非标准JSON文件的能力,这些文件中包含单行或多行注释。 它可以像这样处理JSON文件: { " hello " : " world " , // a comment right after the content // a comment between two lines of contents " // this is not a comment! " : true , // " this is not a string! " " another " : /* a comment inline */ 12 , /* and a multi
【文件预览】:
xjson-master
----setup.py(427B)
----.gitignore(31B)
----LICENSE(32KB)
----README.md(2KB)
----sample.json(513B)
----xjson.py(2KB)