func ToJson()

in pkg/yml/to_json.go [21:23]


func ToJson(y string) ([]byte, error) {
	return yaml.YAMLToJSON([]byte(y))
}