IsNull method: JsonValue class
Syntax
IsNull()
Description
Use this method to check whether the value of the object is null.
Parameters
None.
Returns
Boolean.
Example
Local JsonValue &jVal = CreateJsonValue();
Local boolean &bIsNull = &jVal.IsNull();