public class SimpleJsonParser extends Object implements JsonParser
JsonParserFactory
Constructor and Description |
---|
SimpleJsonParser() |
public Map<String,Object> parseMap(String json)
JsonParser
parseMap
in interface JsonParser
json
- the JSON to parsepublic List<Object> parseList(String json)
JsonParser
parseList
in interface JsonParser
json
- the JSON to parseCopyright © 2014. All rights reserved.