Package net.minidev.json
Interface JSONStreamAware
- All Known Subinterfaces:
JSONStreamAwareEx
- 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>
-
Method Summary
-
Method Details
-
writeJSONString
write JSON string to out.- Parameters:
out- the output to write to- Throws:
IOException- if I/O error occurs
-