Crate jsonc_parser

source ·

Modules

Structs

Enums

Functions

  • Parses a string containing JSONC to an AST with comments and tokens.
  • 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.