YamlLoader.GetRootNodes method

Convenience: returns each document’s root node from a yaml string.

public static IReadOnlyList<YamlNode> GetRootNodes(string yaml, bool useMergingParser = false)

See Also