Syntax
AddNull(name)
Description
Use this method to add a Null object to the JSON Object.
Parameters
Name | Description |
---|---|
name | Specifies the name of the null object that needs to be added as a string. |
Returns
None.
Example
Local PSM_JSON:Object &oObject = create PSM_JSON:Object();
&oObject.AddNull("MyNull");