org.json.simple.JSONAware Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simplejson-to-easyjson Show documentation
Show all versions of simplejson-to-easyjson Show documentation
Adapter com.googlecode.json-simple:json-simple:jar to easyjson
package org.json.simple;
/**
* Beans that support customized output of JSON text shall implement this interface.
*
* @author FangYidong
*/
public interface JSONAware {
/**
* @return JSON text
*/
String toJSONString();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy