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
 void writeJSONString(java.io.Writer out)
          write JSON string to out.
 

Method Detail

writeJSONString

void writeJSONString(java.io.Writer out)
                     throws java.io.IOException
write JSON string to out.

Throws:
java.io.IOException