2011-11-12から1日間の記事一覧

Google の JSONライブラリ。。。GSON

JSON 用 Java ライブラリは、JSONIC だけではない。 Google に、GSON というのがある。 http://code.google.com/p/google-gson/ JSONIC にちょっと似ているが、encode/decode は、static メソッドではない。 Gson gson = new Gson(); String str = gson.toJs…