All Classes and Interfaces
Class
Description
Represents a JSON array (list), an ordered list of values ...
Represents a JSON boolean value.
Superclass of JSON complex types, namely
JSONArray
and JSONObject
.Represents a JSON float.
Represents a JSON int.
The mapper class is able to convert a JSON representation to/from a
Java representation.
Represents a JSON null value.
The parent class of numerical types, being
JSONInteger
and JSONDecimal
.Representation of a JSON object, a collection (unordered) of name/value pairs.
Reads JSON text and convert it into a Java model for further handling.
Represents a JSON delimited string.
A validator that accepts a validator description in JSON format.
Base class for all JSON representations.
This interface represents the functionality to convert a JSON representation to/from a
Java representation.
A helper can render an instance of a specific class in a custom way.
This interface represents an object that is the result of converting a JSON structure
into a java structure.
The exception is thrown when a validation fails.
A validator inspects a JSONValue.