6bd96d70b1
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
6 lines
163 B
YAML
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.
|