jsoncomma:带有尾随逗号的 JSON 以表示满意的差异

时间:2024-08-02 15:28:10
【文件属性】:

文件名称:jsoncomma:带有尾随逗号的 JSON 以表示满意的差异

文件大小:4KB

文件格式:ZIP

更新时间:2024-08-02 15:28:10

JavaScript

jsoncomma.js 类似于 JSON,但尾随逗号。 因为你喜欢差异最小并且厌倦了 JSON.parse SyntaxError 异常。 我在愤怒中写下了它。 用法 > var jsoncomma = require ( "jsoncomma" ) ; > var str = jsoncomma . stringify ( { kramer : "yoyoma" , hello : [ 4 , 2 ] } , null , 4 ) ; > console . log ( str ) ; { "kramer" : "yoyoma" , "hello" : [ 4 , 2 , ] , } > jsoncomma . parseUnsafe ( str ) ; { kramer : 'yoyoma' , hello : [ 4 ,


【文件预览】:
jsoncomma-master
----jsoncomma.js(3KB)
----LICENSE(1KB)
----test()
--------jsoncomma-tests.js(2KB)
----README.md(1KB)
----package.json(469B)

网友评论