How to handle an API Response that is an Array?
{
"query": "Wie macht man einen Kuchenbasar bitte?",
"follow_up_questions": null,
"answer": null,
"images": null,
"results": [],
"response_time": 1.14,
"VF_STATUS_CODE": 200,
"VF_HEADERS": {
"connection": "close",
"content-length": "139",
"content-type": "application/json",
"date": "Wed, 24 Apr 2024 08:40:06 GMT",
"server": "nginx"
}
}
In "results" is an array of URLs, i want to use in the further flow. how do i handle the array?
