public class Story {
String title;
String[] image;
String ga_prefix;
int type;
int id;
//setter & getter
}
public class Response {
String date;
List<Strory> stories, top_stories;
//setter & getter
}
Goson goson = new Goson()
Response res = goson.fromJson(jsonData, Response.class);
兩個類別就搞定了,上邊是偽代碼