IJsonArrayBuilder.AddNull

Syntax

AddNull: IJsonArrayBuilder;

Description

The AddNull method adds an empty value to JSON array.

Example

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

See also:

IJsonArrayBuilder