JsonGetArray (FUN)
FUNCTION JsonGetArray : ERROR_ID
Get a JSON array from a JSON object. The array ist not copied, only a reference is retrieved.
- InOut:
Scope
Name
Type
Comment
Return
JsonGetArrayInput
JsonObjReference to the JSON object.
KeyNameSTRING(Constants.JSON_MAX_KEY_LEN)Key string identifier of the array.
JsonArrayPtrPOINTER TO JSON_ARR_REF
Address of the JSON array reference for assignment.