SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to use Arrays, it's pretty simple.
logs = gson.fromJson(br, JsonLog[].class); // line 6
Provide the JsonLog as an array JsonLog[].class
JsonLog
JsonLog[].class