SharpYaml.Syntax Namespace

Lossless YAML syntax tree APIs with source locations for roundtripping and tooling.

Classes (3)

Structs (2)

Enums (1)

Remarks

Use the syntax layer when you need:

  • Exact source spans (line/column) for diagnostics and editor tooling.
  • Roundtripping without losing structure/formatting details.

The syntax layer is independent from the object serializer.