load All From Reader
Parse all YAML documents in a String and produce corresponding Java objects. The documents are parsed only when the iterator is invoked.
Return
an Iterable over the parsed Java objects in this stream in proper sequence
Parameters
yaml Reader
YAML data to load from (BOM must not be present)