I do not know what library you are using but JSONArray is definetly not from GSON, also why use GSON, is https://github.com/FasterXML/jackson not good enough in your case? Also another point please rename the classes to upper case and dont use snake case for the property names unless you will do it everywhere, camel-case is more prefered.