json array find code example
Example: jsonarray find
JSONArray event_values = opoutput.getJSONArray("DISPLAY_VALUES");
JSONArray event_codes = opoutput.getJSONArray("VALUES");
List valueList = new ArrayList();
List displayList = new ArrayList();
for(int i=0;i