EZ JSON
by Nathanaël Cottin

Uses of Package
org.ezjson

Classes in org.ezjson used by org.ezjson
JSONBoolean
          A JSON boolean represents a boolean value.
JSONDecodingException
          Indicates that the decoder failed to decode a JSON value due to a non-normalized JSON encoding
JSONInteger
          A JSON integer is a kind of JSON number which holds an integer value.
JSONNumber
          Represents a JSON number, according the JSON specification.
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.
JSONValue
          Generic representation of a JSON type
 


EZ JSON
by Nathanaël Cottin