public class JSONNull extends JSONValue
null
value.Modifier and Type | Method and Description |
---|---|
static JSONNull |
getInstance()
Returns the singleton null-valued JSON object.
|
JSONNull |
isNull()
Returns
this , as this is a JSONNull. |
String |
toString()
Returns "null" to allow for formatting
null values. |
Copyright © 2018. All rights reserved.