JsonAddArray (FUN)
FUNCTION JsonAddArray : ERROR_ID
Insert a JSON array into a JSON object.
- InOut:
Scope
Name
Type
Comment
Return
JsonAddArrayInput
JsonObjReference to the JSON object.
KeyNameSTRING(Constants.JSON_MAX_KEY_LEN)Key string identifier for the array.
JsonArrayValueReference to the inserted JSON array.