IJsonElement.AsBoolean

Syntax

AsBoolean: Boolean;

Description

The AsBoolean property returns the element as a logical value.

Example

The example of use is given in description of the IJsonDocument.ReadFromFile method.

See also:

IJsonElement