Hi,
I Have data like this
{“item”: {
“properties”:
p
p “name”: “other1”, “value”: “other”],
u “name”: “other2”, “value”: “other”],
r “name”: “image”, “value”: “url_image”],
“name”: “other3”, “value”: “other”],
< “name”: “other4”, “value”: “other”],
]
}}
i want to show image use url_image from array properties where name = image
please help me