Package groovy.json

Package groovy.json Description

JSON parsing, generation, and streaming support.

JsonParser parses JSON strings, JsonSlurper provides lazy/streaming parsing, JsonBuilder is a DSL for construction, and JsonOutput serializes to JSON.