Interface JSONAware

  • All Known Implementing Classes:
    JSONArray, JSONObject

    public interface JSONAware
    Classes that support customized output of JSON text shall implement this interface.

    This class is for internal use by JFreeChart, it is not part of the supported API and you should not call it directly. If you need JSON support in your project you should include JSON.simple (https://code.google.com/p/json-simple/) or some other JSON library directly in your project.
    • Method Detail

      • toJSONString

        java.lang.String toJSONString()
        Returns a JSON string representing the object.
        Returns:
        A JSON string.