Google Web Toolkit
« prev
next »
Google Code Home
>
Google Web Toolkit
>
GWT Class Reference
>
com.google.gwt.json.client
>
JSONNull
Google Web Toolkit
Download GWT
Product Overview
Getting Started Guide
Example Projects
Developer Guide
Class Reference
Issue Tracking
Developer Forum
GWT Blog
GWT FAQ
Making GWT Better
Third Party Tools
Search Google Code:
Class JSONNull
public class JSONNull
extends
JSONValue
Represents the JSON
null
value.
Methods
getInstance()
Returns the singleton null-valued JSON object.
isNull()
Returns
this
, as this is a JSONNull.
toString()
Returns "null" to allow for formatting
null
values.
Method Detail
getInstance
public static
JSONNull
getInstance
()
Returns the singleton null-valued JSON object.
isNull
public
JSONNull
isNull
()
Returns
this
, as this is a JSONNull.
toString
public
String
toString
()
Returns "null" to allow for formatting
null
values.