JsonAddBool (FUN)
FUNCTION JsonAddBool : ERROR_ID
Add a boolean value to a JSON object.
- InOut:
Scope
Name
Type
Comment
Return
JsonAddBoolInput
JsonObjReference to the JSON object.
KeyNameSTRING(Constants.JSON_MAX_KEY_LEN)Key string identifier for the value.
BoolValueBOOLBoolean value.