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

org.jose4j.json.internal.json_simple.JSONAware Maven / Gradle / Ivy

package org.jose4j.json.internal.json_simple;

/**
 * Beans that support customized output of JSON text shall implement this interface.  
 * @author (originally) FangYidong
 */
public interface JSONAware {
	/**
	 * @return JSON text
	 */
	String toJSONString();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy