Package | Description |
---|---|
org.cakelab.json |
This package contains a JSON API and a JSON/POJO codec.
|
org.cakelab.json.format |
Modifier and Type | Field and Description |
---|---|
static JSONFormatterConfiguration |
JSONDefaults.FORMATTER_CONFIG |
Modifier and Type | Field and Description |
---|---|
protected JSONFormatterConfiguration |
JSONFormatterBase.cfg |
Modifier and Type | Method and Description |
---|---|
JSONFormatterConfiguration |
JSONFormatterConfiguration.charset(java.nio.charset.Charset charset) |
JSONFormatterConfiguration |
JSONFormatter.getConfiguration() |
JSONFormatterConfiguration |
JSONFormatterBase.getConfiguration() |
JSONFormatterConfiguration |
JSONFormatterConfiguration.ignoreNull(boolean ignoreNull) |
JSONFormatterConfiguration |
JSONFormatterConfiguration.sortMembers(boolean sortMembers) |
JSONFormatterConfiguration |
JSONFormatterConfiguration.unicodeValues(boolean unicodeValues) |
Constructor and Description |
---|
JSONFormatterBase(JSONFormatterConfiguration cfg) |
JSONFormatterCompact(JSONFormatterConfiguration cfg) |
JSONFormatterConfiguration(JSONFormatterConfiguration that) |
JSONFormatterPrettyprint(JSONFormatterConfiguration format) |