pdk.flow.JsonArray
functions to operate with JSON array
Last updated
functions to operate with JSON array
Last updated
adds new element with type Boolean to the input array.
Arguments:
Result:
No variable is returned. An array contains a new element.
Possible exceptions
Example:
adds new element with type Float to the input array.
Arguments:
Result:
No variable is returned. An array contains a new element.
Possible exceptions
Example:
adds new element with type Integer to the input array.
Arguments:
Result:
No variable is returned. An array contains a new element.
Possible exceptions
Example:
adds new element with type String to the input array.
Arguments:
Result:
No variable is returned. An array contains a new element.
Possible exceptions
Example:
adds new element with type JsonObject to the input array.
Arguments:
Result:
No variable is returned. An array contains a new element.
Possible exceptions
Example:
adds new element with type JsonArray to the input array.
Arguments:
Result:
No variable is returned. An array contains a new element.
Possible exceptions
Example:
replaces the existing element with a new element of type Boolean.
Arguments:
Result:
No variable is returned. An array contains a new element.
Possible exceptions
Example:
replaces the existing element with a new element of type Float.
Arguments:
Result:
No variable is returned. An array contains a new element.
Possible exceptions
Example:
replaces the existing element with a new element of type Integer.
Arguments:
Result:
No variable is returned. An array contains a new element.
Possible exceptions
Example:
replaces the existing element with a new element of type String.
Arguments:
Result:
No variable is returned. An array contains a new element.
Possible exceptions
Example:
replaces the existing element with a new element of type JsonObject.
Arguments:
Result:
No variable is returned. An array contains a new element.
Possible exceptions
Example:
replaces the existing element with a new element of type JsonArray.
Arguments:
Result:
No variable is returned. An array contains a new element.
Possible exceptions
Example:
removes the element at a specific position from the jsonArray.
Arguments:
Result:
No variable is returned. An array without an element removed from the specified position.
Possible exceptions
Example:
removes all elements from the jsonArray.
Arguments:
Result:
No variable is returned. An array is empty.
Possible exceptions
Example:
assigns the JSON Array data to a variable.
Arguments:
Result:
No output. The variable is initialized.
Possible exceptions
jsonArray ::
value ::
- throws if the input jsonArray is NULL
jsonArray ::
value ::
- throws if the input jsonArray is NULL
jsonArray ::
value ::
- throws if the input jsonArray is NULL
jsonArray ::
value ::
- throws if the input jsonArray is NULL
jsonArray ::
value ::
- throws if the input jsonArray is NULL
jsonArray ::
value ::
- throws if the input jsonArray is NULL
jsonArray ::
position ::
value ::
- throws if the index is greater than the length of the jsonArray
- throws if the input array or the position is NULL
jsonArray ::
position ::
value ::
- throws if the index is greater than the length of the jsonArray
- throws if the input array or the position is NULL
jsonArray ::
position ::
value ::
- throws if the index is greater than the length of the jsonArray
- throws if the input array or the position is NULL
jsonArray ::
position ::
value ::
- throws if the index is greater than the length of the jsonArray
- throws if the input array or the position is NULL
jsonArray ::
position ::
value ::
- throws if the index is greater than the length of the jsonArray
- throws if the input array or the position is NULL
jsonArray ::
position ::
value ::
- throws if the index is greater than the length of the jsonArray
- throws if the input array or the position is NULL
jsonArray ::
position ::
- throws if the position is greater than the length of the jsonArray
- throws if the input array or the position is NULL
jsonArray ::
- throws if the input array is NULL
jsonArray ::
variable :: <>
- throws if the input jsonArray is NULL
- throws if the jsonArray item structure can not be mapped to the variable array item structure