EZ JSON
by Nathanaël Cottin
A C D E G I J O P S T

J

JSONArray - Class in org.ezjson
A JSON array is able to hold an ordered collection of JSON values, independently from their actual type.
JSONArray() - Constructor for class org.ezjson.JSONArray
Creates an empty JSON array
JSONBoolean - Class in org.ezjson
A JSON boolean represents a boolean value.
JSONBoolean() - Constructor for class org.ezjson.JSONBoolean
Creates a JSON boolean with initial value set to false
JSONBoolean(boolean) - Constructor for class org.ezjson.JSONBoolean
Creates and initializes a JSON boolean with an initial value
JSONDecoder - Class in org.ezjson
Default JSON objects serialized form parser
JSONDecoder() - Constructor for class org.ezjson.JSONDecoder
 
JSONDecodingException - Exception in org.ezjson
Indicates that the decoder failed to decode a JSON value due to a non-normalized JSON encoding
JSONDecodingException() - Constructor for exception org.ezjson.JSONDecodingException
 
JSONEncoder - Class in org.ezjson
Default JSON encoder to serialize JSON objects
JSONEncoder() - Constructor for class org.ezjson.JSONEncoder
 
JSONInteger - Class in org.ezjson
A JSON integer is a kind of JSON number which holds an integer value.
JSONInteger() - Constructor for class org.ezjson.JSONInteger
Creates a JSON integer with initial value set to 0
JSONInteger(int) - Constructor for class org.ezjson.JSONInteger
 
JSONNumber - Interface in org.ezjson
Represents a JSON number, according the JSON specification.
JSONObject - Class in org.ezjson
A JSON object is a (possibly empty) set of name/value pairs.
JSONObject() - Constructor for class org.ezjson.JSONObject
 
JSONReal - Class in org.ezjson
A JSON real is a kind of JSON number which holds a real value.
JSONReal() - Constructor for class org.ezjson.JSONReal
Creates a JSON real with initial value set to 0.0
JSONReal(double) - Constructor for class org.ezjson.JSONReal
Creates and initializes a JSON real with an initial value
JSONString - Class in org.ezjson
A JSON string which conforms to the JSON specification
JSONString() - Constructor for class org.ezjson.JSONString
Creates a JSON string with a null internal value
JSONString(String) - Constructor for class org.ezjson.JSONString
Creates and initializes a JSON string with an initial value
JSONValue - Interface in org.ezjson
Generic representation of a JSON type

EZ JSON
by Nathanaël Cottin
A C D E G I J O P S T