public abstract class JSON extends Object
| Constructor and Description |
|---|
JSON() |
| Modifier and Type | Method and Description |
|---|---|
static List<Object> |
readList(byte[] input,
int length) |
static Map<String,Object> |
readMap(byte[] input,
int length) |
public static Map<String,Object> readMap(byte[] input, int length) throws IOException
IOExceptionpublic static List<Object> readList(byte[] input, int length) throws IOException
IOExceptionCopyright © 2021. All rights reserved.