parseAll


Description:

public static ArrayList<YamlValue> parseAll (string yaml)

Parses a multi-document YAML string.

Documents are separated by "---" lines.

Parameters:

yaml

YAML string.

Returns:

list of YamlValue roots.