You can use google-gson: class Phone { public String name; } ... String jsonString = "{\"name\":\"WP\"}"; Gson gson = new Gson(); Phone ...
確定! 回上一頁