| Package | Description |
|---|---|
| org.jmxtrans.agent.util.json |
| Modifier and Type | Class and Description |
|---|---|
class |
PrettyPrint
Enables human readable JSON output by inserting whitespace between values.after commas and
colons.
|
| Modifier and Type | Field and Description |
|---|---|
static WriterConfig |
WriterConfig.MINIMAL
Write JSON in its minimal form, without any additional whitespace.
|
| Modifier and Type | Method and Description |
|---|---|
String |
JsonValue.toString(WriterConfig config)
Returns the JSON string for this value using the given formatting.
|
void |
JsonValue.writeTo(Writer writer,
WriterConfig config)
Writes the JSON representation of this value to the given writer using the given formatting.
|
Copyright © 2017. All Rights Reserved.