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: []
}]