AddArrayBuilder(Property_: String; Value: IJsonArrayBuilder): IJsonObjectBuilder;
AddArrayBuilder(Property_: String; Value: Prognoz.Platform.Interop.ForeSystem.IJsonArrayBuilder): Prognoz.Platform.Interop.ForeSystem.IJsonObjectBuilder;
Property_. Element name.
Value. The created JSON array that will be used as an element value.
The AddArrayBuilder method adds an element with JSON array as a value.
The example of use is given in description of the IJsonObjectBuilder.AddArray method.
See also: