[−][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. |
Type Definitions
| CommentMap | Map where the comments are stored in collections where the key is the previous token end or start of file or next token start or end of the file. |