org.minijson.ext.template.TemplateJsonBuilder 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.JsonBuilder;
// TBD:
// The idea is to dynamically create a JsonTemplate (and cache it)
// and build a Json using that template.
// ...
// (We can use Velocity.evaluate(), or
// FreeMarker StringTemplateLoader.)
// ...
// Place holder for now...
// ...
public interface TemplateJsonBuilder extends JsonBuilder
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy