Node-Codec:字符串编解码器

时间:2024-06-05 14:38:57
【文件属性】:

文件名称:Node-Codec:字符串编解码器

文件大小:21KB

文件格式:ZIP

更新时间:2024-06-05 14:38:57

JavaScript

节点编解码器 字符串编解码器 将字符串编码和解码为不同的格式。 可用格式: JSON格式 var codec = require ( 'codec' ) ; var jsonObject = { 'a' : [ 3 , 4 ] , 'b' : { 'e' : 5 , 'y' : { 'a&j' : 1 } } , 'c' : "123" '{"a":[3,4],"b":{"e":5,"y":{"a&j":1}},"c":"123"}' } ; var jsonString = '{"a":[3,4],"b":{"e":5,"y":{"a&j":1}},"c":"123"}' ; // safe encode object into json string codec . json . encode ( jsonObject ) ; /


【文件预览】:
Node-Codec-master
----.gitignore(1KB)
----package.json(927B)
----LICENSE(1KB)
----build.js(7KB)
----README.md(2KB)
----externs()
--------buffer.js(362B)
--------index.js(3KB)
--------querystring.js(411B)
--------url.js(484B)
--------console.js(141B)
----lib()
--------index.js(333B)
--------codec()
----.npmignore(1KB)
----test()
--------codec()
--------runner.js(788B)

网友评论