文件名称:typeson:通过JSON,BSON或socket.io保留类型
文件大小:100KB
文件格式:ZIP
更新时间:2024-05-20 00:42:46
JavaScript
typeson.js 通过JSON,BSON或socket.io保留类型。 typeson.js很小。 缩小2.6 kb。 压缩后〜1 kb。 字符串对象外观的示例 const objs = [ { foo : 'bar' } , // {"foo":"bar"} (simple types gives plain JSON) { foo : new Date ( ) } , // {"foo":1464049031538, "$types":{"foo":"Date"}} { foo : new Set ( [ new Date ( ) ] ) } , // {"foo":[1464127925971], "$types":{"foo":"Set","foo.0":"Date"}} { foo : { sub : / bar / iu } } , //
【文件预览】:
typeson-master
----.gitignore(86B)
----package.json(3KB)
----typeson.js(45KB)
----rollup.config.js(2KB)
----utils()
--------classMethods.js(4KB)
--------TypesonPromise.js(4KB)
----LICENSE-MIT.txt(1KB)
----.eslintrc.js(3KB)
----README.md(30KB)
----.babelrc.json(111B)
----.eslintignore(70B)
----CHANGES.md(15KB)
----.npmignore(66B)
----pnpm-lock.yaml(158KB)
----test()
--------test.js(111KB)
--------index.html(940B)
----.editorconfig(280B)