IJsonArrayBuilder.AddArray

Syntax

AddArray(Value: Array): IJsonArrayBuilder;

Parameters

Value. Elements array.

Description

The AddArray method adds a values array to the JSON array to be created.

Example

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

See also:

IJsonArrayBuilder