public class JSONNull extends JSONValue
null
value.Modifier and Type | Method and Description |
---|---|
static JSONNull |
getInstance()
Returns the singleton null-valued JSON object.
|
(package private) JavaScriptObject |
getUnwrapper()
Internal.
|
JSONNull |
isNull()
Returns
this , as this is a JSONNull. |
java.lang.String |
toString()
Returns "null" to allow for formatting
null values. |
public static JSONNull getInstance()
public JSONNull isNull()
this
, as this is a JSONNull.public java.lang.String toString()
null
values.JavaScriptObject getUnwrapper()
JSONValue
getUnwrapper
in class JSONValue