public interface JsonWriterI<T>
<E extends T>void
writeJSONString(E value, java.lang.Appendable out, JSONStyle compression)
<E extends T> void writeJSONString(E value, java.lang.Appendable out, JSONStyle compression) throws java.io.IOException
java.io.IOException