This method is useful for those situations where you know at compile time that you will be adding a JSON null value. To use one of the Add( ) overloadings, you must set a variable to the Unknown value (?) first, then call Add( ) with the variable. Using the Unknown value (?) value as a constant in one of the Add( ) overloadings causes a compilation error, because the compiler is unable to resolve the overloading to use.
Return type:
Access:
Applies to:
AddNull( INPUT property-name AS CHARACTER )If property-name is the empty string (“”), is the Unknown value (?), or does not exist, a JsonError is raised.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |