
delight.json.ToJSON Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of delight-json Show documentation
Show all versions of delight-json Show documentation
Rendering of simple, human-readable JSON documents.
The newest version!
package delight.json;
/**
* Marks a class which can be rendered to JSON.
*
* @author Max Rohde
*
*/
public interface ToJSON {
/**
*
* @return The JSON document representing this object.
*/
public JSON toJSON();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy