List<String> foo = new ArrayList<String>(); foo.add("A"); foo.add("B"); foo.add("C"); String json = new Gson().toJson(foo );