Package | Description |
---|---|
com.google.gwt.json.client |
Classes for parsing and creating JSON encoded values.
|
Modifier and Type | Method and Description |
---|---|
static JSONNull |
JSONNull.getInstance()
Returns the singleton null-valued JSON object.
|
JSONNull |
JSONValue.isNull()
Returns a non-null reference if this JSONValue is really a JSONNull.
|
JSONNull |
JSONNull.isNull()
Returns
this , as this is a JSONNull. |