Skip to content

treeFind

treeFind(object, path) → value · Object

Find a node by path in a tree structure.

  • object (required): tree structure

  • path (required): path to search for

utlx
treeFind($input.org, "engineering.backend")

Released under AGPL-3.0.