JsonArrayGetBool (FUN)
FUNCTION JsonArrayGetBool : ERROR_ID
Get a boolean value from a JSON array.
- InOut:
Scope
Name
Type
Comment
Return
JsonArrayGetBoolInput
JsonArrayReference to the JSON array.
IndexINTArray index of the boolean value.
BoolValuePOINTER TO BOOL
Reference to boolean for the retrieved value.