java.io.Serializable
public final class JsonNull extends JsonValueBase implements java.io.Serializable
Constructor | Description |
---|---|
JsonNull() |
Default constructor.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
Checks if the obj is equal to JSONNull object.
|
java.lang.String |
toJson() |
Gets the string representation of the JsonValueBase.
|
java.lang.String |
toString() |
String representation of JSON Null object.
|
getDataType, getValue, parse
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toJson()
toJson
in class JsonValueBase
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- Object to be compared.