JsonArrayGetObject (FUN)
FUNCTION JsonArrayGetObject : ERROR_ID
Get a JSON object from a JSON array. The object is not copied, only a reference is retrieved.
- InOut:
Scope
Name
Type
Comment
Return
JsonArrayGetObjectInput
JsonArrayReference to the JSON array.
IndexINTArray index of the JSON object.
JsonObjPtrPOINTER TO JSON_OBJ_REF
Address of the JSON object reference for assignment.