IJsonArrayBuilder.AddString

Syntax

AddString(Value: String): IJsonArrayBuilder;

Parameters

Value. String value.

Description

The AddString method adds a string value to JSON array.

Example

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

See also:

IJsonArrayBuilder