ArrayGetStringByPath Op
Finds a string 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 string. the string will be returned</p> <p>given an array like this:</p> <pre><code>[ "alyx","gordon","eli","g-man"] </code></pre> <p>a path of 2 will return <code>eli</code>:</p>
Full Name
- Ops.Data.JsonPath.ArrayGetStringByPath
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch ArrayGetStringByPath - Example
INPUT PORTS
Array (Array)
Path (String)
<p>the path (i.e. data.names)</p>
Return path if missing (Number:
<i>boolean</i>
)OUTPUT PORTS
Output (String)
<p>the string</p>
Found (
<i>boolean</i>
Number)