ObjectGetArray_v2 Op

ObjectGetArray

Returns an array from a JSON-object


<p>Can be used e.g. for third-party API requests</p> <p>For example if you want to have the array <code>myArr</code>, you would pass in the JSON-object as well as the array-key <code>myArr</code></p> <p><code>{ &quot;myArr&quot;: [1, 3, 5, 7], ... }</code></p>


Full Name
  • Ops.Json.ObjectGetArray_v2
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub








No op example found on this server

INPUT PORTS


data (Object)

<p>The Json-object you want to extract an array from</p>

key (String)

<p>The key of the array</p>

OUTPUT PORTS


result (Array)

<p>An Array</p>

Length (Number)

<p>The length of the array</p>


Patches using ObjectGetArray_v2

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarpandur - 2019-05-14 11:57
Ops.Json.ObjectGetArray2 renamed to Ops.Json.ObjectGetArray_v2user avatarpandur - 2019-06-13 09:58