ObjectGetArray_v2 Op
Returns an array from a JSON-object
Summary (oneliner)
Can be used e.g. for third-party API requests
For example if you want to have the array myArr
, you would pass in the JSON-object as well as the array-key myArr
{ "myArr": [1, 3, 5, 7], ... }
Full Name
- Ops.Json.ObjectGetArray_v2
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
data (Object)
The Json-object you want to extract an array from
key (String)
The key of the array
OUTPUT PORTS
result (Array)
An Array
Length (Number)
The length of the array