sjsonc-parser
v1.0.4
Published
parser json/jsonc/object
Downloads
3
Readme
sjsonc-parser
similar jsonc parser
{
"name": "sjsonc",
number: 1234,
// commentLine
str: 'str', // commentLine
/** commentBlock */
bool: true
}
[{
"name": "sjsonc",
number: 1234,
// commentLine
str: 'str', // commentLine
/** commentBlock */
bool: true,
arr: []
}]