public class JsonOutput extends groovy.jsonJsonOutput
Class responsible for the actual String serialization of the possible values of a JSON structure.
This class can also be used as a category, to add toJson() methods to various types.
| Modifiers | Name | Description |
|---|---|---|
static class |
JsonOutput.JsonWritable |
Represents unescaped JSON |
| Modifiers | Name | Description |
|---|---|---|
static char |
CLOSE_BRACE |
|
static char |
CLOSE_BRACKET |
|
static char |
COLON |
|
static char |
COMMA |
|
static java.lang.String |
NULL_VALUE |
|
static char |
OPEN_BRACE |
|
static char |
OPEN_BRACKET |