- 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.
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 Summary
Modifier and TypeMethodDescriptionReturns a JSON string representing the object.
-
Method Details
-
toJSONString
String toJSONString()Returns a JSON string representing the object.- Returns:
- A JSON string.
-