Untyped TOML DOM model types (TomlTable, TomlArray, and related containers).
TomlArrayRuntime representation of a TOML arrayTomlObjectBase class for the runtime representation of a TOML objectTomlPropertiesMetadataStores metadata for TOML properties, including trivia and display hints.TomlPropertyMetadataMetadata describing a single TOML property.TomlTableRuntime representation of a TOML tableTomlTableArrayRuntime representation of a TOML table arrayTomlSyntaxTriviaMetadataSerializable metadata for a trivia element.TomlTable.EnumeratorEnumerates the key-value pairs contained in a TomlTable.ObjectKindKind of an TOML object.TomlPropertyDisplayKindDisplay hints for TOML property formatting.Use the model layer when you want a dynamic representation of a TOML document without defining POCOs. This is also useful for generic tools that inspect or transform TOML values.