public class BasicJsonParser extends AbstractJsonParser
JsonParserFactory| Constructor and Description | 
|---|
| BasicJsonParser() | 
| 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 parseCopyright © 2018 Pivotal Software, Inc.. All rights reserved.