JsonAddObject (FUN)
FUNCTION JsonAddObject : ERROR_ID
Insert a (child) JSON object into a (parent) JSON object.
- InOut:
Scope
Name
Type
Comment
Return
JsonAddObjectInput
JsonObjReference to the parent JSON object.
KeyNameSTRING(Constants.JSON_MAX_KEY_LEN)Key string identifier for the object.
JsonObjValueReference to the child JSON object.