AddNull
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();
This method adds the value null to a property. Usually, a corresponding property was created beforehand with the method AddKey().
METHOD AddNull
Sample call:
fbJson.AddKey('PropertyName');
fbJson.AddNull();