grails - convert plain old groovy to JSON -
grails - convert plain old groovy to JSON -
what's simplest way respond in json using grails? e.g. next doesn't work.
boolean = false render json
directly documentation, like
render(contenttype: "text/json") { hello = "world" }
json grails groovy
Comments
Post a Comment