IJsonArrayBuilder.AddNull

Syntax

AddNull: IJsonArrayBuilder;

AddNull(): Prognoz.Platform.Interop.ForeSystem.IJsonArrayBuilder;

Description

The AddNull method adds an empty value to JSON array.

Fore and Fore.NET Examples

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

See also:

IJsonArrayBuilder