public class GsonJsonParser extends AbstractJsonParser
Gson to a JsonParser.JsonParserFactory| Constructor and Description | 
|---|
GsonJsonParser()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Object> | 
parseList(String json)
Parse the specified JSON string into a List. 
 | 
Map<String,Object> | 
parseMap(String json)
Parse the specified JSON string into a Map. 
 | 
parseList, parseMap, trimParse, tryParsepublic Map<String,Object> parseMap(String json)
JsonParserjson - the JSON to parsepublic List<Object> parseList(String json)
JsonParserjson - the JSON to parse