JsonAddString (FUN)
FUNCTION JsonAddString : ERROR_ID
Add a string value to a JSON object.
- InOut:
Scope
Name
Type
Comment
Return
JsonAddStringInput
JsonObjReference to the JSON object.
KeyNameSTRING(Constants.JSON_MAX_KEY_LEN)Key string identifier for the value.
StringValuePOINTER TO STRING
String value reference.