org.xerial.json
Class JSONNull
java.lang.Object
org.xerial.json.JSONValueBase
org.xerial.json.JSONNull
- All Implemented Interfaces:
- JSONValue
public class JSONNull
- extends JSONValueBase
JSONNull
public JSONNull()
toString
public String toString()
- Overrides:
toString in class Object
getJSONNull
public JSONNull getJSONNull()
- Specified by:
getJSONNull in interface JSONValue- Overrides:
getJSONNull in class JSONValueBase
- Returns:
- JSONNull representation of this object if this instance is a JSONNull, otherwise null
getValueType
public JSONValueType getValueType()
- Description copied from interface:
JSONValue
- Gets the JSON value type of this value
- Returns:
- the
JSONValueType

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.