AddString(Value: String): IJsonArrayBuilder;
Value. String value.
The AddString method adds a string value to JSON array.
The example of use is given in description of the IJsonArrayBuilder.Build method.
See also:
IJsonArrayBuilder