Lossless YAML syntax tree APIs with source locations for roundtripping and tooling.
YamlSyntaxNodeRepresents a node in the YAML syntax tree.YamlSyntaxOptionsOptions used by YamlSyntaxTree parsing.YamlSyntaxTreeRepresents a parsed YAML syntax tree.YamlSourceSpanRepresents a span in YAML source text.YamlSyntaxTokenRepresents a YAML syntax token.YamlSyntaxKindIdentifies a syntax token kind.Use the syntax layer when you need:
The syntax layer is independent from the object serializer.