public interface JsonParser
JsonParserFactory
,
BasicJsonParser
,
JacksonJsonParser
,
GsonJsonParser
,
YamlJsonParser
Map<String,Object> parseMap(String json) throws JsonParseException
json
- the JSON to parseJsonParseException
- if the JSON cannot be parsedList<Object> parseList(String json) throws JsonParseException
json
- the JSON to parseJsonParseException
- if the JSON cannot be parsedCopyright © 2020 Pivotal Software, Inc.. All rights reserved.