public class JSONBoolean extends JSONValue
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
ivValue
The value itself, stored as a java boolean.
|
private static long |
serialVersionUID
The class' serialization version id.
|
| Constructor and Description |
|---|
JSONBoolean(boolean val)
Constructs a
JSONBoolean. |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(java.lang.StringBuilder sb)
Serialize the JSON value into a character string.
|
encodeStringprivate static final long serialVersionUID
boolean ivValue