Package org.jfree.data.json.impl
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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
writeJSONString(java.io.Writer out)
write JSON string to out.
-