Chapter 6. Working with JSON in Groovy
In this chapter, we will cover:
Parsing JSON messages with JsonSlurper
Constructing JSON messages with JsonBuilder
Modifying JSON messages
Validating JSON messages
Converting JSON message to XML
Converting JSON message to Groovy Bean
Using JSON to configure your scripts