SharpYaml.Tokens Namespace

Token model produced by the YAML scanner.

Classes (22)

Remarks

Tokens are the lowest-level representation of YAML input, produced by the scanner and consumed by the parser. These APIs are useful for advanced scenarios such as custom parsing, tooling, or debugging.