Package com.ibm.json.java


This package contains classes originally from the JSON4J toolkit.
See:
Description

Interface Summary

Interface Description
JSONArtifact Interface class to define a set of generic apis both JSONObject and JSON array implement.

Class Summary

Class Description
JSON Helper class that does generic parsing of a JSON stream and returns the appropriate JSON structure (JSONArray or JSONObject).
JSONArray Extension of ArrayList that only allows values which are JSON-able.
JSONObject Models a JSON Object.
OrderedJSONObject Extension of the basic JSONObject.

Package com.ibm.json.java Description

This package contains classes originally from the JSON4J toolkit. These classes are used to build and parse JSON.