Last updated by admin 3 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 3 years ago
Last updated by admin 3 years ago