All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ework.plugins.views-json.6.0.1.source-code.parent.gson Maven / Gradle / Ivy

There is a newer version: 6.1.0
Show newest version
model {
    Integer age
}
json {
    name "Joe"
    age age
    child g.render(template:"child", model:[age:4])
    children g.render(template:"child", collection:[1,2,3], var:'age')

    // now test template namespace
    child2 tmpl.child(age:6)
    children2 tmpl.child('age', [1,2,3])
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy