IJsonObjectBuilder.AddBoolean

Syntax

AddBoolean(Property_: String; Value: Boolean): IJsonObjectBuilder;

Parameters

Property_. Element name.

Value. Logical value.

Description

The AddBoolean method adds an element with a logical value.

Example

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

See also:

IJsonObjectBuilder