JSON Parser Xojo plugin

JSONPrimitive.FromBoolean Method

Constructs JSONPrimitive from a Boolean.

shared FromBoolean(
   value as Boolean) as JSONPrimitive

Parameters

value
The Boolean value to construct from.

Returns

JSONPrimitive

Remarks

See Also

JSONPrimitive Class