# Variables
BytesToYAMLDoc converts raw bytes to a map[string]interface{}.
YAMLData loads a yaml document from either http or a file.
YAMLDoc loads a yaml document from either http or a file and converts it to json.
YAMLMatcher matches yaml.
YAMLToJSON converts YAML unmarshaled data into json compatible data.