public abstract class JSONReader extends Object
| Constructor and Description |
|---|
JSONReader() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
read(InputStream input) |
static Object |
read(String json) |
public static Object read(String json) throws IOException
IOExceptionpublic static Object read(InputStream input) throws IOException
IOExceptionCopyright © 2019 Prompto. All rights reserved.