文件名称:json-asty:无损JSON至AST解析器和AST至JSON生成器
文件大小:14KB
文件格式:ZIP
更新时间:2024-05-26 03:14:44
parser json generator ast lossless
JSON-ASTy 无损JSON至AST解析器和AST至JSON生成器 关于 JSON-ASTy是一个JavaScript库,为抽象语法树(AST)解析器提供了无损JavaScript对象表示法(JSON),并为JSON生成器提供了相应的AST。 它用于需要将JSON读入AST,操纵AST并再次从AST生成JSON的同时完全保留原始JSON格式的情况。 在AST是基于 ,并且因此可以与有力查询 ,并与操纵 。 安装 $ npm install json-asty 用法 const JsonAsty = require ( "json-asty" ) /* the JSON input */ let json = `{ "foo": { "bar": true, "baz": 42.0, "quux": [ "test1\\"te
【文件预览】:
json-asty-master
----eslint.yaml(2KB)
----package.json(3KB)
----Gruntfile.js(5KB)
----src()
--------json-asty.d.ts(2KB)
--------json-asty.pegjs(4KB)
--------json-asty.js(4KB)
----.npmignore(13B)
----.gitignore(17B)
----smp()
--------sample.js(1KB)
----Makefile(1KB)
----README.md(5KB)
----tst()
--------json-asty.js(2KB)