AddArrayBuilder(Value: IJsonArrayBuilder): IJsonArrayBuilder;
Value. Created array.
The AddArrayBuilder method adds elements from another JSON array to the current created JSON array.
The example of use is given in description of the IJsonArrayBuilder.Build method.
See also: