文件名称:encoding.json:迁移到 https
文件大小:17KB
文件格式:ZIP
更新时间:2024-07-26 18:14:01
JavaScript
编码.json 复杂对象的JSON结构无损序列化和解析 例子 var Enc = require ( 'encoding.json' ) ; // Simple structures var Nothing = { // A toJSON method should return the representation of the object toJSON : function ( ) { return { '#type' : 'Nothing' } } , // And a fromJSON method should return an Either.Right, if the // provided data can be parsed, otherwise an Either.Left with the // reasons it can't
【文件预览】:
encoding.json-master
----.travis.yml(49B)
----package.json(966B)
----jsdoc.conf.json(443B)
----tools()
--------bump-version.js(1KB)
----LICENCE(1KB)
----test()
--------specs()
--------run.js(1KB)
--------maybe.js(2KB)
--------specs-src()
----CONTRIBUTING.md(2KB)
----src()
--------index.sjs(3KB)
----.npmignore(12B)
----.gitignore(51B)
----Makefile(2KB)
----README.md(4KB)
----.hgignore(56B)