How to treat JSON Array with response are two objects childrens, but different content
Good night for everything !
Hi have one problem with my app based in reddit API, where I call post detail route and the response are one array of data objects, but the primary children refers the post, and the second refers to your comments.
the complete response:
[
{
"kind": "Listing",
"data": {
"modhash": "",
"dist": 1,
"children": [],
"after": null,
"before": null
}
},
{
"kind": "Listing",
"data": {
"modhash": "",...