All Questions
1 question
0
votes
1
answer
458
views
How do I retrieve data independently from nested JSON objects that are part of the same group in android/java? ( more clarity/details in body)
I have a pretty common scenario, but I am stuck trying to figure out how to retrieve data from certain json objects within the same json response but returning different size of items.
To make it less ...