# Functions
ParseJSON parses the contents of the reader into a data object and returns it.
ParseYAMLDocuments parses the contents of the reader into an array of objects, one for each non-nil document in the input.
RenderYAMLDocuments renders the supplied data as a series of YAML documents if the input is an array or a single document when it is not.