- JSONException - Exception in ej.json
-
The JSONException is thrown by the JSON.org classes then things are amiss.
- JSONException(String) - Constructor for exception ej.json.JSONException
-
Constructs a JSONException with an explanatory message.
- JSONException(Throwable) - Constructor for exception ej.json.JSONException
-
Constructs a JSONException with the specified cause.
- JSONReader - Class in ej.json
-
A JSONReader takes a source InputStream
and extracts characters and tokens from it.
- JSONReader(InputStream) - Constructor for class ej.json.JSONReader
-
Construct a JSONReader from an InputStream
.
- JSONWriter - Class in ej.json
-
JSONWriter provides a quick and convenient way of producing JSON text.
- JSONWriter(OutputStream) - Constructor for class ej.json.JSONWriter
-
Make a fresh JSONWriter.