public class JSONNullValue extends JSONValue
| Modifier and Type | Field and Description |
|---|---|
static JSONNullValue |
NULL
The sole instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNull()
Get a boolean indicating whether this instance represents a JSON null value or not.
|
public static final JSONNullValue NULL