samskivert / jmustache

A Java implementation of the Mustache templating language.
Other
834 stars 128 forks source link

Is there a way to render a json? #81

Closed igchuk closed 8 years ago

igchuk commented 8 years ago

I have a List of Maps, this is rendered in the following way: [{key=vale}, {key=vale}]. Is there a way to render it as JSON?