Package net.minidev.json
Interface JSONStreamAwareEx
- All Superinterfaces:
JSONStreamAware
- All Known Implementing Classes:
JSONArray
,JSONObject
Beans that support customized output of JSON text to a writer shall implement
this interface.
- Author:
- FangYidong <[email protected]>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeJSONString
(Appendable out, JSONStyle compression) write JSON string to out.Methods inherited from interface net.minidev.json.JSONStreamAware
writeJSONString
-
Method Details
-
writeJSONString
write JSON string to out.- Throws:
IOException
-