json-to-ast:JSON AST解析器

时间:2024-02-24 14:37:52
【文件属性】:

文件名称:json-to-ast:JSON AST解析器

文件大小:113KB

文件格式:ZIP

更新时间:2024-02-24 14:37:52

parser json tree ast json-parser

JSON AST解析器 安装 > npm install json-to-ast 用法 const parse = require ( 'json-to-ast' ) ; const settings = { // Appends location information. Default is loc : true , // Appends source information to node’s location. Default is source : 'data.json' } ; parse ( '{"a": 1}' , settings


网友评论