Package org.json.simple
Interface JSONStreamAware
- All Known Implementing Classes:
JSONArray
,JSONObject
Deprecated.
Beans that support customized output of JSON text to a writer shall implement this interface.
- Author:
- FangYidong<fangyidong@yahoo.com.cn>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeJSONString
(Writer out) Deprecated.write JSON string to out.
-
Method Details
-
writeJSONString
Deprecated.write JSON string to out.- Parameters:
out
- description omitted.- Throws:
IOException
- description omitted.
-
Jsonable