IJsonObjectBuilder.AddElement

Syntax

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

AddElement(Property_: String; Value: Prognoz.Platform.Interop.ForeSystem.IJsonElement): Prognoz.Platform.Interop.ForeSystem.IJsonObjectBuilder;

Parameters

Property_. Element name.

Value. JSON element.

Description

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

Fore and Fore.NET Examples

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

See also:

IJsonObjectBuilder