IJsonArrayBuilder.AddArrayBuilder

Syntax

AddArrayBuilder(Value: IJsonArrayBuilder): IJsonArrayBuilder;

Parameters

Value. Created array.

Description

The AddArrayBuilder method adds elements from another JSON array to the current created JSON array.

Example

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

See also:

IJsonArrayBuilder