I work with Retrofit and GSON. I have a JSON response as a JSON array, but I don't know how to parse it using the model class. My answer is this:
[ "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight" ]
json android gson retrofit
Boopathi
source share