|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| JSON | Marker interface, identifies a valid JSON value. |
| JSONString | The JSONString interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString(), JSONArray.toString(),
and JSONWriter.value(Object). |
| Class Summary | |
|---|---|
| JSONArray | A JSONArray is an ordered sequence of values. |
| JsonConfig | Utility class that helps configuring the serialization process. |
| JSONFunction | JSONFunction represents a javaScript function's text. |
| JSONNull | JSONNull is equivalent to the value that JavaScript calls null, whilst Java's null is equivalent to the value that JavaScript calls undefined. |
| JSONObject | A JSONObject is an unordered collection of name/value pairs. |
| JSONSerializer | Transforms java objects into JSON and back. |
| Exception Summary | |
|---|---|
| JSONException | The JSONException is thrown when things are amiss. |
The core of the library
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||