Package com.sdicons.json.model
Class JSONNull
java.lang.Object
com.sdicons.json.model.JSONValue
com.sdicons.json.model.JSONSimple
com.sdicons.json.model.JSONNull
Represents a JSON null value.
The only valid example is:
null.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NULL
-
-
Constructor Details
-
JSONNull
public JSONNull()
-
-
Method Details
-
toString
-
render
Description copied from class:JSONValue
Convert the JSON value into a string representation (JSON representation). -
equals
-
strip
Strip all JSON information. In the case of a JSONNull object, only null remains...
-