All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description EmptyJsonException Indicates an empty input JSON.InvalidJsonTypeException Indicates a type error in the input JSON such as field names not being strings.Json Provides a simple toJson and fromJson method.JsonArray Represents a JSON array.JsonException Root exception with is extended by all json-specific exceptions.JsonNameValuePair<V> Represents a JSON field.JsonNumberFormatException Indicates that a number in the input JSON was not formatted properly.JsonObject Represents a JSON object.JsonSerializable Functional interface for classes that can be serialized to JSON.MalformedJsonException Indicates an error in the input JSON.StateMachineException The statemachine used to parse the JSON did not finish as expected, which indicates an error in the input JSON.