public final class JsonUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
printJson(Object data)
Prints the given
data to the standard output as JSON. |
static String |
toJson(Object data)
Serializes the given
data to a JSON String. |
Copyright © 2017 Metrics Delivered LLC.. All rights reserved.