EZ JSON
by Nathanaël Cottin

Package org.ezjson

Provides a full implementation of JSON types and encoding/decoding functionnalities

See:
          Description

Interface Summary
JSONNumber Represents a JSON number, according the JSON specification.
JSONValue Generic representation of a JSON type
 

Class Summary
JSONArray A JSON array is able to hold an ordered collection of JSON values, independently from their actual type.
JSONBoolean A JSON boolean represents a boolean value.
JSONDecoder Default JSON objects serialized form parser
JSONEncoder Default JSON encoder to serialize JSON objects
JSONInteger A JSON integer is a kind of JSON number which holds an integer value.
JSONObject A JSON object is a (possibly empty) set of name/value pairs.
JSONReal A JSON real is a kind of JSON number which holds a real value.
JSONString A JSON string which conforms to the JSON specification
 

Exception Summary
JSONDecodingException Indicates that the decoder failed to decode a JSON value due to a non-normalized JSON encoding
 

Package org.ezjson Description

Provides a full implementation of JSON types and encoding/decoding functionnalities


EZ JSON
by Nathanaël Cottin