ArrayList<String> list = new ArrayList<String>(); list.add("foo"); list.add("baar"); JSONArray jsArray = new JSONArray(list);