AddNull

AddNull 1:

This method adds the value null to a property. Usually, a corresponding property was created beforehand with the method AddKey().

Syntax

METHOD AddNull

Sample call:

fbJson.AddKey('PropertyName');
fbJson.AddNull();