public interface JsonParser
JsonParserFactory, 
BasicJsonParser, 
JacksonJsonParser, 
GsonJsonParser, 
YamlJsonParserMap<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 © 2021 Pivotal Software, Inc.. All rights reserved.