List<Video> videos = gson.fromJson(json, new...
# android
s
List<Video> videos = gson.fromJson(json, new TypeToken<List<Video>>(){}.getType()) <-- they can't be serious