JsonGetBool (FUN)
FUNCTION JsonGetBool : ERROR_ID
Get a boolean value from a JSON object.
- InOut:
Scope
Name
Type
Comment
Return
JsonGetBoolInput
JsonObjReference to the JSON object.
KeyNameSTRING(Constants.JSON_MAX_KEY_LEN)Key string identifier of the value.
BoolValuePOINTER TO BOOL
Reference to boolean for the retrieved value.