parse


Description:

public static YamlValue? parse (string yaml)

Parses a YAML string into a YamlValue tree.

Parameters:

yaml

YAML string.

Returns:

root YamlValue, or null on error.