parseYaml
Parse a YAML string into a navigable UDM value. See Chapter 26.
string(required): the YAML string to parse
utlx
let config = parseYaml($input.yamlConfig)
config.database.host // "localhost"