AddNull: IJsonArrayBuilder;
AddNull(): Prognoz.Platform.Interop.ForeSystem.IJsonArrayBuilder;
The AddNull method adds an empty value to JSON array.
The example of use is given in description of the IJsonArrayBuilder.Build method.
See also:
IJsonArrayBuilder