Skip to content

yamlFindByField

yamlFindByField(yaml, fieldName) → array · YAML

Find all values in a YAML structure by field name (recursive search). See Chapter 26.

  • yaml (required): YAML value

  • fieldName (required): field name to search for

utlx
yamlFindByField($input, "version")       // all "version" values in the tree

Released under AGPL-3.0.