json-string:可定制的 JSON 格式化程序

时间:2024-07-20 18:21:39
【文件属性】:

文件名称:json-string:可定制的 JSON 格式化程序

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-20 18:21:39

JavaScript

json字符串 支持排序键等的 JSON 格式化程序。 安装 $ npm install --save json-string 例子 var json = require ( 'json-string' ) ; var string = json ( { hello : 'world' , foo : 'bar' , number : 5 } ) ; console . log ( string ) ; // { // "foo": "bar", // "hello": "world", // "number": 5 // } 应用程序接口 json(输入,[选项]) 将input值格式化为字符串。 (可以为输入传递任何值,而不仅仅是对象) 可用options : replacer (函数)- 用于格式化对象属性。 (见) sortKeys (boolea


【文件预览】:
json-string-master
----index.js(3KB)
----HISTORY.md(40B)
----package.json(392B)
----test()
--------index.js(1KB)
--------fixtures()
----LICENSE(1KB)
----.gitignore(563B)
----README.md(905B)

网友评论