ArrayGetNumberByPath Op
finds a number at a position in an array defined by path
Summary (oneliner)
<p>useful when working with nested data structures.</p> <p>the path defines the way to the number. the number will be returned</p> <p>given an array like this:</p> <pre><code>[ 1,2,3,4,5] </code></pre> <p>a path of 1 will return <code>2</code>:</p>
Full Name
- Ops.Data.JsonPath.ArrayGetNumberByPath
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch ArrayGetNumberByPath - Example
INPUT PORTS
Array (Array)
Path (String)
<p>the past (i.e. person.age)</p>
OUTPUT PORTS
Output (Number)
<p>the number</p>
Found (
<i>boolean</i>
Number)