| Package | Description |
|---|---|
| com.jdroid.java.parser.json |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonArrayParser |
| Modifier and Type | Method and Description |
|---|---|
protected <ITEM> List<ITEM> |
JsonParser.parseList(JSONArray jsonArray,
JsonParser<JSONObject> parser)
Parses a list of items.
|
protected <ITEM> List<ITEM> |
JsonParser.parseList(JSONObject jsonObject,
String jsonKey,
JsonParser<JSONObject> parser)
Parses a list of items.
|
| Constructor and Description |
|---|
JsonArrayParser(JsonParser<JSONObject> parser) |
Copyright © 2014. All rights reserved.