0.1.5 • Published 1 year ago

@playkostudios/jsonc-ast v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

jsonc-ast

Experimental lossless JSONC AST parser and encoder. Uses jsonhilo to tokenize JSON, and then converts the tokens to easier-to-use objects. A JSONC tokenizer is also provided to allow for optional JSONC support.

Note that this loses the benefits of using a streaming parser; the entire JSON document is stored in memory. Using jsonhilo may be more appropriate for your use-case.

Source code: https://github.com/playkostudios/jsonc-ast NPM package: https://www.npmjs.com/package/@playkostudios/jsonc-ast

Building

pnpm run build
0.1.4

1 year ago

0.1.5

1 year ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago