import { parse } from "https://deno.land/std@0.56.0/encoding/_yaml/parse.ts";
Parses content
as single YAML document.
Returns a JavaScript object or throws YAMLException
on error.
By default, does not support regexps, functions and undefined. This method is safe for untrusted data.