|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.factual.driver.JsonUtil
public class JsonUtil
| Constructor Summary | |
|---|---|
JsonUtil()
|
|
| Method Summary | |
|---|---|
static List<Map<String,Object>> |
data(org.json.JSONArray arr)
Takes a JSONArray of records, where each record is a dictionary, and returns the translated List of Maps. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JsonUtil()
| Method Detail |
|---|
public static List<Map<String,Object>> data(org.json.JSONArray arr)
throws org.json.JSONException
org.json.JSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||