JSFiddle - React, Tailwind, and code Playground
by SeasonEnds
JavaScript
var d = {
"@order": "1",
"category": {
"@id": "204",
"label": "Category 1",
"suppliers": {
"supplier": {
"label": "Business 1",
"customicons": [
{
"@id": "images/img2.jpeg",
"#text": "random icon"
}
]
}
}
}
}
alert(d.category.suppliers.supplier.label);