Package | Description |
---|---|
com.rayrobdod.javaScriptObjectNotation |
The classes in this package are basically the one that couldn't really be placed in any particular subpackage.
|
com.rayrobdod.javaScriptObjectNotation.javaCollection |
These are classes that implements the Java Collections Framework,
and basically storke an instance of the JSON string and compute all
things from that.
|
Modifier and Type | Method and Description |
---|---|
protected JSONString |
JSONString.clone() |
static JSONString |
JSONString.generateParsed(CharSequence c)
Constructs a JSONString that is equivalent to the given CharSequence.
|
static JSONString |
JSONString.generateUnparsed(CharSequence c)
This generates a JSONString from a raw CharSequence.
|
Modifier and Type | Method and Description |
---|---|
int |
JSONString.compareTo(JSONString other) |
Modifier and Type | Method and Description |
---|---|
JSONString |
JSONObjectEntry.getKey() |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<JSONString,Object>> |
JSONObject.entrySet() |
Modifier and Type | Method and Description |
---|---|
Object |
JSONObject.put(JSONString key,
Object value)
Associates the specified value with the specified key in this map.
|
Constructor and Description |
---|
JSONObject(Map<JSONString,?> other)
This creates a JSONObject containing the contents of other.
|