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

org.zbus.json.JSONStreamAware Maven / Gradle / Ivy

The newest version!
package org.zbus.json;

import java.io.IOException;
import java.io.Writer;
 
public interface JSONStreamAware { 
	void writeJSONString(Writer out) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy