JSON Parser Xojo plugin

JSONPrimitive.IsTrue Property

Returns true if the primitive is true.

IsTrue 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