See: Description
Interface | Description |
---|---|
JSONAware |
Beans that support customized output of JSON text shall implement this interface.
|
JSONStreamAware |
Beans that support customized output of JSON text to a writer shall implement this interface.
|
Class | Description |
---|---|
ItemList |
|a:b:c| => |a|,|b|,|c|
|:| => ||,||
|a:| => |a|,||
|
JSONArray |
A JSON array.
|
JSONObject |
A JSON object.
|
JSONValue |
This is json-simple release 1.1.1 2012-02-19 retrieved from github.
Unmodified, except for javadoc fixes. Apache 2.