ArrayGetStringByPath Op
Finds a string 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 string. the string will be returned
given an array like this:
[ "alyx","gordon","eli","g-man"]
a path of 2 will return eli
:
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)
the path (i.e. data.names)
Return path if missing (Number: boolean)
OUTPUT PORTS
Output (String)
the string
Found (booleanNumber)