public class DefaultJsonFormatter extends java.lang.Object implements JsonFormatter
JSONObject and JSONArray.| Constructor and Description |
|---|
DefaultJsonFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.lang.String json)
Format the data to a readable and loggable string.
|