public class JSONBoolean extends JSONSimple
true, false.| Modifier and Type | Field and Description |
|---|---|
static JSONBoolean |
FALSE |
static JSONBoolean |
TRUE |
| Constructor and Description |
|---|
JSONBoolean(boolean value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
getValue() |
int |
hashCode() |
protected String |
render(boolean pretty,
String indent)
Convert the JSON value into a string representation (JSON representation).
|
Object |
strip()
Get the Java object, remove all JSON information.
|
String |
toString() |
public static final JSONBoolean TRUE
public static final JSONBoolean FALSE
Copyright © 2012. All Rights Reserved.