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

JsonArrayGetArray

ERROR_ID

Input

JsonArray

JSON_ARR_REF

Reference to the parent JSON array.

Index

INT

Array index of the child JSON array.

JsonArrayPtr

POINTER TO JSON_ARR_REF

Address of the child JSON array reference for assignment.