Use GSON library for that. Here is the sample code. List<String> foo = new ArrayList<String>(); foo.add("A"); foo.add("B"); foo.add("C"); ...
確定! 回上一頁