<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > cJSON > CJSon low level interface > cJSON_IsFalse |
Description
Return %TRUE or %FALSE depending on if cJSON data structure, representing a JSON node, is Boolean with False value.
Syntax
n = cJSON_IsFalse(cJSON Ptr)
Returns
Number: %TRUE or %FALSE
Parameters
Name |
Type |
Optional |
Meaning |
cJSON |
UDT Ptr |
No |
A pointer to a cJSON data structure |
Remarks
Restrictions
See also
Examples