sjsonc-parser
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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

文法

参考文档

Readme

Keywords

none

Package Sidebar

Install

npm i sjsonc-parser

Weekly Downloads

3

Version

1.0.4

License

ISC

Unpacked Size

162 kB

Total Files

13

Last publish

Collaborators

  • wulunyi