Java Parse String Untuk Daftar Menggunakan Gson

logs = gson.fromJson(br, new TypeToken<List<JsonLog>>(){}.getType());
Careful Crayfish