public final class JSONUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Object |
parseJSON(InputStream inputStream,
Class clazz) |
static Object |
parseJSON(InputStream inputStream,
com.alibaba.fastjson.TypeReference typeReference) |
public static Object parseJSON(InputStream inputStream, Class clazz) throws IOException
IOExceptionpublic static Object parseJSON(InputStream inputStream, com.alibaba.fastjson.TypeReference typeReference) throws IOException
IOExceptionCopyright © 2019. All rights reserved.