IJsonObjectBuilder.AddNull

Syntax

AddNull(Property_: String): IJsonObjectBuilder;

Parameters

Property_. Element name.

Description

The AddNull method adds en element with an empty value.

Example

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

See also:

IJsonObjectBuilder