org.minijson.ext.template.JsonTemplateGenerator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of minijson-ext Show documentation
Show all versions of minijson-ext Show documentation
A simple JSON parser/generator in Java. Ext module.
The newest version!
package org.minijson.ext.template;
import org.minijson.builder.JsonBuilderException;
// Dynamic template generator.
public interface JsonTemplateGenerator
{
String generate(Object object) throws JsonBuilderException;
String generate(Object object, int indent) throws JsonBuilderException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy