spinjar.com.minidev.json.reader.JsonWriterI Maven / Gradle / Ivy
package net.minidev.json.reader;
import java.io.IOException;
import net.minidev.json.JSONStyle;
public interface JsonWriterI {
public void writeJSONString(E value, Appendable out, JSONStyle compression) throws IOException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy