```golang template = ` on: - RUNNING ` template, _ = yaml.YAMLToJSON(template) fmt.Println(string(template)) // => {"true":["DELETED"]} ```