org.json
private static final class JSONObject.Null extends Object
Method Summary | |
---|---|
protected Object | clone()
There is only intended to be a single instance of the NULL object,
so the clone method returns itself. |
boolean | equals(Object object)
A Null object is equal to the null value and to itself. |
String | toString()
Get the "null" string value. |
Returns: NULL.
Parameters: object An object to test for nullness.
Returns: true if the object parameter is the JSONObject.NULL object or null.
Returns: The string "null".