[][src]Crate jsonc_parser

Modules

ast
common
errors
tokens

Structs

ParseResult

Result of parsing the text.

Scanner

Converts text into a stream of tokens.

Functions

parse_text

Parses a string containing JSONC to an AST with comments and tokens.