How to parse JSON array without any object in Retrofit?

Just call in the callback a list of Strings and it should do the job…

new Callback<List<String>>().

Leave a Comment