TJElement.AsBoolean Method
Returns the value of this element as a Boolean.
Remarks
Raises EInvalidJsonCast if the element cannot be converted to Boolean.
Syntax
Unit: Bcl.Json.Classes
function TJElement.AsBoolean: Boolean; virtual;
Returns the value of this element as a Boolean.
Raises EInvalidJsonCast if the element cannot be converted to Boolean.
Unit: Bcl.Json.Classes
function TJElement.AsBoolean: Boolean; virtual;