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 SummaryModifier and TypeMethodDescriptionstatic JSONNullReturns the singleton null-valued JSON object.(package private) JavaScriptObjectInternal.isNull()Returnsthis, as this is a JSONNull.toString()Returns "null" to allow for formattingnullvalues.
- 
Method Details- 
getInstanceReturns the singleton null-valued JSON object.
- 
isNullReturnsthis, as this is a JSONNull.
- 
toStringReturns "null" to allow for formattingnullvalues.
- 
getUnwrapperJavaScriptObject getUnwrapper()Description copied from class:JSONValueInternal. Returns a JS func that can unwrap this value. Used from native code.- Specified by:
- getUnwrapperin class- JSONValue
 
 
-