文件名称:hyper-json:带有链接的 Json!
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-29 04:40:53
JavaScript
超级json 这是一个流利的接口,用于添加到 json 文档的链接。 链接以 Hyper+json 样式添加()。 如果您想使用 json 创建超媒体 api,这种库非常有用。 几个例子: 基本用法 (.toString()) 从对象创建 json 字符串。 var hyperjson = require ( 'hyperjson' ) ; hyperjson ( { thisis : "a test" } ) . toString ( ) ; // '{"thisis":"a test"}' 。反对() 返回生成的“json”对象。 hyperjson ( { thisis : "a test" } ) . toObject ( ) ; // {"thisis":"a test"} 。财产() 向 json 输出添加一个属性。 hyperjson ( { thi
【文件预览】:
hyper-json-master
----lib()
--------HyperJson.js(2KB)
----.npmignore(7B)
----.travis.yml(35B)
----LICENSE(1KB)
----test()
--------HyperJson.js(5KB)
----README.md(6KB)
----Makefile(510B)
----.gitignore(14B)
----index.js(126B)
----package.json(785B)