Package com.oorian.json
Class JsonNull
java.lang.Object
com.oorian.json.JsonValue
com.oorian.json.JsonNull
Represents a JSON null value.
JsonNull is used to represent the JSON literal null. It is automatically
created when a null Java object is added to a JsonObject or JsonArray.
-
Constructor Details
-
JsonNull
public JsonNull()
-
-
Method Details
-
toJsonString
Description copied from class:JsonValueReturns this value serialized as a JSON string.- Specified by:
toJsonStringin classJsonValue- Returns:
- the JSON string representation.
-