AddArray(Value: Array): IJsonArrayBuilder;
Value. Elements array.
The AddArray method adds a values array to the JSON array to be created.
The example of use is given in description of the IJsonArrayBuilder.Build method.
See also:
IJsonArrayBuilder