Class Summary |
JSONInputStream |
The JSONInputStream class is used when you want to read JSON from any type of InputStream such
as a FileInputStream or a SocketInputStream. |
JSONOutputStream |
The JSONOutputStream class is used when you want to send an object as a JSON string to any type of OutputStream such
as a FileOutputStream or a SocketOutputStream. |
JSONParser |
Parser for JSON text. |
JSONStream |
|
JSONStreamProtector |
The JSONStreamProtector class is used to make any read or write object calls to a JSONOutputStream or a JSONInputStream
thread safe. |
JSONUtilities |
This class contains several utility methods for generating and parsing JSON strings. |
Yytoken |
|