/sjsonc-parser

parser json/jsonc/object

Primary LanguageTypeScript

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

文法

参考文档