Configures the behavior of TomlParser.
public sealed record TomlParserOptions : IEquatable<TomlParserOptions>
kind:method, kind:property, kind:ctor. Press Esc to clear.CaptureTriviaGets or sets a value indicating whether the parser captures comment trivia.DecodeScalarsGets or sets a value indicating whether the parser eagerly decodes scalar string literals. When false (default), string values are decoded on demand (for example via GetString()).EagerStringValuesGets or sets a value indicating whether the parser should eagerly materialize simple string values (single-line basic strings without escape sequences) even when DecodeScalars is false.ModeGets or sets how the parser handles syntax errors.