IJsonObjectBuilder.AddArrayBuilder

Syntax

AddArrayBuilder(Property_: String; Value: IJsonArrayBuilder): IJsonObjectBuilder;

AddArrayBuilder(Property_: String; Value: Prognoz.Platform.Interop.ForeSystem.IJsonArrayBuilder): Prognoz.Platform.Interop.ForeSystem.IJsonObjectBuilder;

Parameters

Property_. Element name.

Value. The created JSON array that will be used as an element value.

Description

The AddArrayBuilder method adds an element with JSON array as a value.

Fore and Fore.NET Examples

The example of use is given in description of the IJsonObjectBuilder.AddArray method.

See also:

IJsonObjectBuilder