Interface JSONStreamAware

All Known Implementing Classes:
JSONArray, JSONObject

public interface JSONStreamAware
Beans that support customized output of JSON text to a writer shall implement this interface.
Author:
FangYidong<fangyidong@yahoo.com.cn>

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 Type
    Method
    Description
    void
    write JSON string to out.