Parses YAML text into a syntax tree.
public static YamlSyntaxTree Parse(string yaml, YamlSyntaxOptions? options = null)
The YAML text.
The syntax options.