parse
Parse a YAML string and produce parsing events.
See Processing Overview.
Return
parsed events
Parameters
string
YAML document(s)
Parse a YAML stream and produce parsing events.
See Processing Overview.
Return
parsed events
Parameters
source
YAML document(s)
Parse a YAML stream and produce parsing events. Since the encoding is already known the BOM must not be present (it will be parsed as content)
See Processing Overview.
Return
parsed events
Parameters
reader
YAML document(s).
Parse a YAML stream and produce parsing events.
See Processing Overview.
Return
parsed events
Parameters
input Stream
YAML document(s). Default encoding is UTF-8. The BOM must be present if the encoding is UTF-16 or UTF-32