Expected BEGIN_OBJECT but was BEGIN_ARRAY at path $ – Retrofit2 with RxJava handling JSONArray response
I was able to make it work with a JSON object response but when I tried a JSON Array response I am having an error Expected BEGIN_OBJECT but was BEGIN_ARRAY at path $ Lets say I am using this JSON …