Node getter
Last updated
Last updated
[data/tree/Node getter]
Retrieves the node at the specified path of the tree. Example:
{"foo": {"bar": "baz"}}@0 is received via tree
["foo", "bar"]@0 is received via path
"baz"@0 is sent via node
Keywords: picker, get, lookup
tree: (any[] or {string: any})
Receives the tree the node is extracted from
path: (string or number)[]
Receives the path segments in an array
node: any
Sends the node at the specified path
not found: (string or number)[]
Sends the path
if it was not found