How to parse JSON array without any object in Retrofit?

Solution 1:

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

new Callback<List<String>>().