com.github.edgarespina.handlebars.JSONHelper Maven / Gradle / Ivy
package com.github.edgarespina.handlebars;
import static org.parboiled.common.Preconditions.checkNotNull;
import java.io.IOException;
import org.codehaus.jackson.map.ObjectMapper;
import org.codehaus.jackson.map.ObjectWriter;
/**
* Format the context object as JSON.
*
* @author edgar.espina
* @since 0.1.0
*/
public class JSONHelper implements Helper
© 2015 - 2025 Weber Informatics LLC | Privacy Policy