Package org.json.simple
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.- Author:
- FangYidong
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
writeJSONString(Writer out)
write JSON string to out.
-
-
-
Method Detail
-
writeJSONString
void writeJSONString(Writer out) throws IOException
write JSON string to out.- Throws:
IOException
-
-