Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-5341

json implicit object of type JsonBuilder added to groovlets

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.0-beta-3, 1.8.7
    • Groovlet / GSP

    Description

      groovlets have long had an implicit object of type MarkupBuilder called html, which is useful for writing out XML representations of objects. A similar object called json, of type groovy.json.JsonBuilder, was added to ServletBinding so that it is available in groovlets.

      Unlike MarkupBuilder, JsonBuilder only serializes its output but does not write it to the output writer. Expected usage, therefore, will be to use the builder and then use "out << json" or "print json" to write the result to the response.

      Attachments

        Activity

          People

            guillaume Guillaume Sauthier
            kousen Ken Kousen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: