JSON Parser Xojo plugin

JSONPrimitive.IsFalse Property

Returns true if the primitive is false.

IsFalse as Boolean {Read}

Remarks

This property is here since technically there is no such thing in this library as Boolean, its two different types, True, or False. But in the plugin we have hidden that mostly by making higher level functions.

See Also

JSONPrimitive Class