package
0.22.0
Repository: https://github.com/go-openapi/loads.git
Documentation: pkg.go.dev

# 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.