I'm trying to show some images from url that gives a JSON response.
My goal is to show
Items > adapted > url
In an imageview inside a ListView.
The response is complicated:
{
"count": 84245,
"items": [
{
"author": "pure julia",
"category_id": 66,
"content_type": "free",
"cost": 0,
"description": "lanterns, snow, light, winter, night",
"downloads": 227,
"for_adult_only": false,
"id": 195651,
"license": "Unsplash License",
"min_cost_ends_at": "1970-01-01T00:00:00Z",
"rating": 227,
"source_link": "https://unsplash.com/@purejulia",
"tags": [
"lanterns",
"snow",
"light",
"winter",
"night"
],
"uploaded_at": "2020-12-27T07:20:00+0300",
"variations": {
"adapted": {
"resolution": {
"height": 1920,
"width": 1080
},
"size": 250268,
"url": "url"
}