IJsonObjectBuilder.AddElement

Syntax

AddElement(Property_: String; Value: IJsonElement): IJsonObjectBuilder;

Parameters

Property_. Element name.

Value. JSON element.

Description

The AddElement method adds an element with another element as a value.

Example

The example of use is given in description of the IJsonArrayBuilder.Build method.

See also:

IJsonObjectBuilder