fetch List
Method to get from JSONArray a list of values automatically
Return
list of values as ArrayList of T, if it is not exist will return null
Parameters
: key for value to fetch
Method to get from JSONArray a list of values automatically
Return
list of values as ArrayList of T, if it is not exist will return null
Parameters
: key for value to fetch
: default value to return if not found what searched
Method to get from JSONArray a list of values automatically
Return
list of values as ArrayList of T, if it is not exist will return null
Parameters
: JSONObject source to search the JSONArray from fetch the list
: key for value to fetch
Method to get from JSONArray a list of values automatically
Return
list of values as ArrayList of T, if it is not exist will return null
Parameters
: JSONObject source to search the JSONArray from fetch the list
: key for value to fetch
: default value to return if not found what searched