finds a number at a position in an array defined by path
summary (oneliner)
useful when working with nested data structures.
the path defines the way to the number. the number will be returned
given an array like this:
[ 1,2,3,4,5]
a path of 1 will return 2
:
doc
issues
youtube id
caniuse query
collections
Inputs
Array (Array)
Path (String)
the past (i.e. person.age)
Outputs
Output (Number)
the number
Found (boolean Number)
Changelog
cloned op from Ops.Json.ObjectGetNumberByPath
2021-01-08 - cables
Ops.User.cables.ArrayGetNumberByPath renamed to Ops.Json.ArrayGetNumberByPath
2021-01-08 - cables
2021-01-08 - cables
Ops.User.cables.ArrayGetNumberByPath renamed to Ops.Json.ArrayGetNumberByPath
2021-01-08 - cables