SharpYaml.Model Namespace

YAML document object model (DOM) for inspecting and authoring YAML dynamically.

Classes (31)

Structs (2)

Enums (1)

Remarks

Use these types when you want a structured representation (mappings, sequences, scalars) that can be created and modified in memory. Unlike SharpYaml.Syntax, the model APIs are not designed to preserve formatting/comments for perfect roundtrip.