Package com.ibm.json.java


@Version("1.0.0") package com.ibm.json.java
  • Class
    Description
    Helper class that does generic parsing of a JSON stream and returns the appropriate JSON structure (JSONArray or JSONObject).
    Extension of ArrayList that only allows values which are JSON-able.
    Interface class to define a set of generic apis both JSONObject and JSON array implement.
    Models a JSON Object.
    Extension of the basic JSONObject.