純數組的json的解析

例子 //Json的解析類對象 JsonParser parser = new JsonParser(); //將JSON的String 轉成一個JsonArray對象 JsonArray jsonArray = parser.parse(json).getAsJsonArray();
相關文章
相關標籤/搜索