public class JSON extends Object
| Constructor and Description |
|---|
JSON() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
bytes(Object o) |
static <T> T |
fromBytes(byte[] jsonData,
Class<T> dataType) |
static <T> T |
fromString(String jsonData,
Class<T> dataType) |
static String |
indented(Object o) |
static String |
string(Object o) |
Copyright © 2016–2021 Verizon Media. All rights reserved.