Tomlyn.Model Namespace

Untyped TOML DOM model types (TomlTable, TomlArray, and related containers).

Classes (6)

Structs (2)

Enums (2)

Remarks

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.