com.factual.driver
Class JsonUtil

java.lang.Object
  extended by com.factual.driver.JsonUtil

public class JsonUtil
extends Object


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

JsonUtil

public JsonUtil()
Method Detail

data

public static List<Map<String,Object>> data(org.json.JSONArray arr)
                                     throws org.json.JSONException
Takes a JSONArray of records, where each record is a dictionary, and returns the translated List of Maps.

Throws:
org.json.JSONException


Copyright © 2012. All Rights Reserved.