Package | Description |
---|---|
org.cakelab.json |
This package contains a JSON API and a JSON/POJO codec.
|
org.cakelab.json.codec |
Modifier and Type | Method and Description |
---|---|
JSONStringFormatter |
JSONPrettyprint.create(JSONStringFormatterConfiguration config) |
Constructor and Description |
---|
JSONPrettyprint(JSONStringFormatterConfiguration format) |
Modifier and Type | Field and Description |
---|---|
JSONStringFormatterConfiguration |
JSONCodecConfiguration.format
defines the default format used to render JSON strings.
|
Modifier and Type | Method and Description |
---|---|
JSONStringFormatter |
JSONStringFormatter.create(JSONStringFormatterConfiguration format)
This is a factory method, called whenever a new formatter is requested.
|