public class JsonHelper extends Object
Class to hold static functions common to many JSON parsing idioms used by our JsonConverter
Public Method Summary
static List<String> |
getListFromJSONArray(JSONArray
jsonArray)
|
static ConversionException |
Inherited Method Summary
Public Methods
public static List<String> getListFromJSONArray (JSONArray jsonArray)
Throws
JSONException |
---|