mistral/releasenotes/notes/yaml-json-parse-53217627a647dc1d.yaml
Brad P. Crochet 6bd96d70b1 Add yaml and json parsing functions
Sometimes you'll get a string back from some action (like swift
get_object) and it will be in either a yaml or json format. These
functions will allow you to parse those into a useful object.

Change-Id: I375219f4b019319e1b3d756dca512f7f90cd097f
2017-10-12 16:50:03 -04:00

6 lines
163 B
YAML

---
features:
- |
Add yaml_parse and json_parse expression functions. Each accepts a string
and will parse as either json or yaml, and return an object.