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.
-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteJSONString(Appendable out, JSONStyle compression) write JSON string to out.Methods inherited from interface JSONStreamAware
writeJSONString
-
Method Details
-
writeJSONString
write JSON string to out.- Throws:
IOException
-