I have a question
I'm trying to parse JSON response from API and storing the data to DATA CLASS and sending the data to recycler adapter as ArrayList.
The Json Array has another Array of objects inside, and i'm not able to find a way to properly parse that json response.
Any help????