parser json/jsonc/object
npm install sjsonc-parsersimilar jsonc parser
``any`
{
"name": "sjsonc",
number: 1234,
// commentLine
str: 'str', // commentLine
/* commentBlock /
bool: true
}
`any``
[{
"name": "sjsonc",
number: 1234,
// commentLine
str: 'str', // commentLine
/* commentBlock /
bool: true,
arr: []
}]
- 从零开始写一个 JSON 解析器
- 自己动手实现一个简单的 JSON 解析器
- 来点儿编译原理(1)实现一个小型四则运算编译器
- json-to-ast
- node-jsonc-parser
- acorn
- moo 词法生成器
- comment-json parse jsonc