JsonArrayGetArray (FUN)
FUNCTION JsonArrayGetArray : ERROR_ID
Get a (child) JSON array from a (parent) JSON array. The child array is not copied, only a reference is retrieved.
- InOut:
Scope
Name
Type
Comment
Return
JsonArrayGetArrayInput
JsonArrayReference to the parent JSON array.
IndexINTArray index of the child JSON array.
JsonArrayPtrPOINTER TO JSON_ARR_REF
Address of the child JSON array reference for assignment.