IJsonObjectBuilder.AddNull

Syntax

AddNull(Property_: String): IJsonObjectBuilder;

AddNull(Property_: String): Prognoz.Platform.Interop.ForeSystem.IJsonObjectBuilder;

Parameters

Property_. Element name.

Description

The AddNull method adds en element with an empty value.

Fore and Fore.NET Examples

The example of use is given in description of the IJsonDocument.WriteToString method.

See also:

IJsonObjectBuilder