Parses TOML into an incremental event stream.
public sealed class TomlParser
kind:method, kind:property, kind:ctor. Press Esc to clear.CurrentGets the current parse event.DepthGets the current event depth.DiagnosticsGets diagnostics produced by the parser.HasErrorsGets a value indicating whether diagnostics include errors.ParserOptionsGets the parser options.SourceNameGets the optional source name associated with the parsed payload.Create(TextReader, TomlParserOptions, TomlSerializerOptions?)Creates a parser over TOML text from a TextReader.Create(TextReader, TomlSerializerOptions?)Creates a parser over TOML text from a TextReader.Create(String, TomlParserOptions, TomlSerializerOptions?)Creates a parser over a TOML string.Create(String, TomlSerializerOptions?)Creates a parser over a TOML string.GetPropertyName()Gets the current property name by decoding it from the original TOML input.GetString()Gets the current string scalar value by decoding it from the original TOML input.MoveNext()Advances to the next parse event.