JsonAddArray (FUN)

FUNCTION JsonAddArray : ERROR_ID

Insert a JSON array into a JSON object.

InOut:

Scope

Name

Type

Comment

Return

JsonAddArray

ERROR_ID

Input

JsonObj

JSON_OBJ_REF

Reference to the JSON object.

KeyName

STRING(Constants.JSON_MAX_KEY_LEN)

Key string identifier for the array.

JsonArrayValue

JSON_ARR_REF

Reference to the inserted JSON array.