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