Modules§
- CST for manipulating JSONC.
Macros§
Structs§
- Options for collecting comments and tokens.
- A JSON array.
- A JSON object.
- Options for parsing.
- Result of parsing the text.
- Converts text into a stream of tokens.
Enums§
- A JSON value.
Functions§
- Parses a string containing JSONC to an AST with comments and tokens.
- Parses a string containing JSONC to a `serde_json::Value.
- Parses a string containing JSONC to a
JsonValue
.
Type Aliases§
- 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.