Package xv.json

[alpha] Provides classes for simple JSON handling.

See:
          Description

Class Summary
JSON Main utility class for dealing with JSON.
JSONArray Represents a JSON array.
JSONBoolean Represents a JSON boolean.
JSONCharacter Handles the definition of character classes in the JSON spec (versus the Java spec).
JSONNumber A JSON number.
JSONObject A mutable JSON object.
JSONOptions Not Implemented Yet.
JSONString A JSON string.
JSONVariant The base class of all JSON objects.
JSONWriter The JSONWriter writes JSON out to a given stream.
 

Exception Summary
JSONException Raised when an error occurs while parsing.
 

Package xv.json Description

[alpha] Provides classes for simple JSON handling.

This package is considered to be in "alpha" status - unstable and likely to change in future versions. Use with care.

There is a good chance this package will be split away from the main utility package in a future version.



Copyright © 2008-2011. All Rights Reserved.