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