gson怎么解析json里面對象的數組?
首先要導入Gson包;
例如有個penson類:
Gson gson = new Gson();
String json ;
person[] pers = gson. fromJson (json , person[].class);
上一篇asp什么語言
下一篇VB如何獲取網頁指定文本
gson怎么解析json里面對象的數組?
首先要導入Gson包;
例如有個penson類:
Gson gson = new Gson();
String json ;
person[] pers = gson. fromJson (json , person[].class);