JSON to Object (已知資料類別為Book 時). System.out.println("JSON to Object: ");. Book myBook = gson.fromJson(jsonStr, Book.class);. myBook.show();.
確定! 回上一頁