-
Home
-
API
Namespaces (7)
TomlynTop-level APIs for parsing, round-trippable syntax trees, and `System.Text.Json`-style TOML serialization with Tomlyn.
Tomlyn.HelpersSmall helper utilities used across Tomlyn (formatting, naming, and key validation).
Tomlyn.ModelUntyped TOML DOM model types (`TomlTable`, `TomlArray`, and related containers).
Tomlyn.ParsingLow-level parsing APIs: allocation-free lexer and incremental parser, plus the lossless syntax parser.
Tomlyn.SerializationObject serialization layer, aligned with `System.Text.Json` concepts, attributes, and source generation.
Tomlyn.SyntaxLossless TOML syntax tree APIs with source locations for roundtripping and tooling.
Tomlyn.TextText utilities and source-location primitives used by the lexer/parser and error reporting.