Struct jsonc_parser::ParseOptions
source · [−]Expand description
Options for parsing.
Fields
tokens: bool
Whether to include tokens in the result.
comments: bool
Whether to include comments in the result.
Trait Implementations
Returns the “default value” for a type. Read more