Interface | Description |
---|---|
JSONStringFormatter |
An object implementing this interface is used during conversion of a JSONObject instance into a String.
|
Class | Description |
---|---|
JSONCodec | |
JSONCodecConfiguration |
Configuration of the JSON codec (see
JSONCodec ). |
JSONStringFormatterConfiguration | |
Parser | |
ReflectionHelper | |
Scanner | |
Token | |
UnsafeAllocator |
This class provides a method to instantiate objects of given classes without
calling a constructor for the object.
|
Exception | Description |
---|---|
JSONCodecException |
To be thrown on any error occurring in codecs during encoding or
decoding of data.
|