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
:
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Array (Array)
Path (String)
the past (i.e. person.age)
Outputs
Output (Number)
the number
Found (boolean Number)
Patches using ArrayGetNumberByPath
Changelog
cloned op from Ops.Json.ObjectGetNumberByPath 2021-01-08 - cables | |
Ops.User.cables.ArrayGetNumberByPath renamed to Ops.Json.ArrayGetNumberByPath 2021-01-08 - cables |