Hi, I have an API that produces the following JSON:
{
"data": {
"listBars": {
"items": [
{
"id": "c172a87f-d5a6-4e2d-8234-9f30002cd9cc",
"name": "Café Papeneiland",
"name_lc": "café papeneiland",
"address1": "Prinsengracht 2",
"zip_code": "1015 DV",
"city": "Amsterdam",
"city_lc": "amsterdam",
"phone": "+31206241989",
"yelp_id": "EwRM48517T3Gdf_butNCkw",
"image_url": "https://s3-media1.fl.yelpcdn.com/bphoto/_ZScT9jO-6Hm-54ULRpZeg/o.jpg",
"alias": "café-papeneiland-amsterdam-2"
}
]
}
}
}
What do I use as the ResultsKey? I have tried all possible combinations: data, listBars, items, data/listBars/items. I am running out of options as it comes back as an error all the time!
Please help.
BR,
Bas