public final class JSONBoolean extends JSONValue
| Modifier and Type | Field and Description |
|---|---|
static JSONBoolean |
FALSE
false value. |
static JSONBoolean |
TRUE
true value. |
| Modifier and Type | Method and Description |
|---|---|
void |
addTo(JSONTarget<?> target)
Appends this value to the specified target.
|
boolean |
getBoolean()
Returns the value.
|
public static final JSONBoolean FALSE
false value.public static final JSONBoolean TRUE
true value.public void addTo(JSONTarget<?> target)
JSONValuepublic boolean getBoolean()