public interface JSONStreamAware
| Modifier and Type | Method and Description |
|---|---|
void |
writeJSONString(java.io.Writer out)
write JSON string to out.
|
void writeJSONString(java.io.Writer out) throws java.io.IOException
out - the output writer.java.io.IOException - if there is an I/O problem.