|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JsonParser
Parser that can read JSON formatted strings into Maps or Lists.
JsonParserFactory,
SimpleJsonParser,
JacksonJsonParser,
YamlJsonParser| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
Map<String,Object> parseMap(String json)
json - the JSON to parse
List<Object> parseList(String json)
json - the JSON to parse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||