public class JSONString extends JSONSimple
"Hello" and "World"; "Hello\nWorld" contains a newline.
Strings are always delimited with double quotes.| Constructor and Description |
|---|
JSONString(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getValue() |
int |
hashCode() |
protected String |
render(boolean pretty,
String indent)
Convert the JSON value into a string representation (JSON representation).
|
Object |
strip()
A pure Java object, all JSON information is removed.
|
String |
toString() |
Copyright © 2012. All Rights Reserved.