Interface | Description |
---|---|
JSONFormatter |
JSONFormatter creates and formats JSON strings from JSON objects.
|
Class | Description |
---|---|
CharsetRanges |
Instances of this class manage valid code point ranges for a given charset used in encoding.
|
JSONFormatterBase<T extends java.io.PrintStream> | |
JSONFormatterBase.IgnoringNullIterator |
used when ignoring null entries in JSON objects
|
JSONFormatterCompact |
Formatter which outputs the most compact string representation
|
JSONFormatterConfiguration |
Configuration for JSONFormatter instances.
|
JSONFormatterPrettyprint |
Formatter which creates pretty printed string output
|