Package com.google.gwt.json.client
Class JSONNull
java.lang.Object
com.google.gwt.json.client.JSONValue
com.google.gwt.json.client.JSONNull
Represents the JSON
null
value.-
Method Summary
Modifier and TypeMethodDescriptionstatic JSONNull
Returns the singleton null-valued JSON object.(package private) JavaScriptObject
Internal.isNull()
Returnsthis
, as this is a JSONNull.toString()
Returns "null" to allow for formattingnull
values.
-
Method Details
-
getInstance
Returns the singleton null-valued JSON object. -
isNull
Returnsthis
, as this is a JSONNull. -
toString
Returns "null" to allow for formattingnull
values. -
getUnwrapper
JavaScriptObject getUnwrapper()Description copied from class:JSONValue
Internal. Returns a JS func that can unwrap this value. Used from native code.- Specified by:
getUnwrapper
in classJSONValue
-