All Downloads are FREE. Search and download functionalities are using the official Maven repository.

spinjar.com.minidev.json.reader.JsonWriterI Maven / Gradle / Ivy

There is a newer version: 7.22.0-alpha1
Show newest version
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