org.json and org.json.stream
packages.See: Description
| Interface | Description |
|---|---|
| SizedIterable<T> |
Adds size information to an
Iterable. |
| StructureIdentifier |
Holds an identifier that can be used to create a JSON Pointer expression.
|
| Class | Description |
|---|---|
| ALStack<E> |
A simple unsynchronized stack implementation, used by
JSONStreamReader. |
| BufferedAppendable |
A simple buffering
Appendable, without the synchronization of
java.io.BufferedWriter. |
| JSONPointerUtils |
Utilities for conversion an iterable of
StructureIdentifier objects
into a JSON Pointer expression. |
| Latin1AppendableOutputStream |
Adapts an
java.io.OutputStream of Latin1 bytes onto an Appendable
sink. |
Utility classes used by org.json and org.json.stream
packages. These are in a separate package to avoid namespace pollution.