AddNullProperty method: JsonBuilder class

Syntax

AddNullProperty(Name)

Description

Use this method to add the property with null as its value.

Parameters

Parameter Description

Name

Specifies the name of the property as a string.

Returns

None.

Example

Local JsonBuilder &jBldr = CreateJsonBuilder();
&jBldr.AddNullProperty("Item_None");