tinysonic:JSON 对象的快速语法

时间:2024-08-12 11:39:49
【文件属性】:

文件名称:tinysonic:JSON 对象的快速语法

文件大小:6KB

文件格式:ZIP

更新时间:2024-08-12 11:39:49

JavaScript

超音速 JSON 对象的快速语法。 深受启发,但更简单。 安装 $ npm install tinysonic --save 例子 'use strict' var tinysonic = require ( 'tinysonic' ) const encoded = tinysonic . stringify ( { hello : 'world' , my : { world : 'data' } } ) console . log ( 'Encoded: ' , encoded ) // Encoded: 'hello:world,my:{world:data}' const decoded = tinysonic . parse ( encoded ) console . log ( 'Decoded: ' , decoded ) //


【文件预览】:
tinysonic-master
----.github()
--------dependabot.yml(240B)
--------workflows()
----example.js(210B)
----bench.js(775B)
----test.js(2KB)
----LICENSE(1KB)
----README.md(1KB)
----tinysonic.js(3KB)
----.gitignore(637B)
----package.json(909B)

网友评论