Package org.jfree.data.json.impl

Utility classes for JSON, for internal use only.
  • Interface Summary
    Interface Description
    JSONAware
    Classes that support customized output of JSON text shall implement this interface.
    JSONStreamAware
    Beans that support customized output of JSON text to a writer shall implement this interface.
  • Class Summary
    Class Description
    JSONArray
    A JSON array.
    JSONObject
    A JSON object.
    JSONValue
    Utility methods for JSON values.