3839404142434445464748
try { JSONObject obj = inRequest.optJSONObject("exclude"); if (obj != null) { JSONArray array = obj.optJSONArray("ids"); if (array != null) { List<Long> ids = new ArrayList<Long>(); for (int i = 0; i < array.size(); i++) {