See: Description
Class | Description |
---|---|
JSONArray |
This is an array in the JSON language.
|
JSONArrayIterator |
An Iterator that iterators through JSONArrays.
|
JSONObject |
This is an Object in the JSON language.
|
JSONObjectEntry |
An entry in a JSONObject
|
JSONObjectIterator |
An Iterator that iterators through JSONObjects.
|
These are classes that implements the Java Collections Framework, and basically storke an instance of the JSON string and compute all things from that.