333435363738394041
JSONArray array = new JSONArray(response); for (int i = 0; i < array.length(); i++) { this.queue.add(array.getString(i)); } } catch (Exception e) { throw new WebsiteQueueFillException(e); } this.out.println("finished!"); }