I am trying to create JSON using grails.web.JSONBuilder. Is there a way to use the OutputStreamWriter in the JSONBuilder(like the MarkUpBuilder has)? If not, what is the easiest way to create JSON using JSONBuilder? A simple example would be helpful. thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
A grails guide has a starting point for this: http://grails.org/doc/latest/guide/6.%20The%20Web%20Layer.html#6.1.7%20XML%20and%20JSON%20Responses as far as code sample here ya go:
essentially any map rendered as JSON will spit out JSON |
|||
|