Login required
Download

Provides JSON and XML Conversion for common Objects (Domain Classes, Lists, Maps, POJO)

(0)
Author(s) Siegfried Puchbauer
Current Release 0.3   (4 years ago)
Grails Version ?
Tags
Dependency
compile ":converters:0.3"
Last updated by admin 2 years ago
Last updated by leeahoward 2 years ago
This plugin is included in Grails core since 0.6, you only need this plugin if you are running Grails versions prior to 0.6 http://grails.org/Converters+Reference

The grails-converters plugin aims to give you the ability to convert your domain objects, maps and lists to JSON or XML very quickly, to ease development for AJAX based applications. The plugin leverages the the groovy "as" operator and extends the render method in grails controllers to directly send the result to the output stream. It also adds the Grails Codecs mechanism for XML and JSON.

Last updated by admin 2 years ago
Last updated by admin 2 years ago