how can i show this kind of json array on a page / dynamic page?
I was able to work with a JSON file without layers.
My file has several layers, some of them dynamic.
Is there a way to display all the information on one page?
{
"stats": {
"status": 1,
"clicks": "4",
"date": "2021-01-12",
"title": "\" 17\":",
"fullLink": "https://www.one.co.il/Article/20-21/1,680,3149,33443/375378.html?ref=hp",
"shortLink": "cutt.ly/555213223",
"facebook": 0,
"twitter": 0,
"pinterest": 0,
"instagram": 0,
"googlePlus": 0,
"linkedin": 0,
"rest": 4,
"devices": {
"geo": {
"0": {
"tag": "IL",
"clicks": "2"
}
},
"dev": {
"0": {
"tag": "Desktop",
"clicks": "2"
},
"1": {
"tag": "Other",
"clicks": "1"
},
"2": {
"tag": "Mobile",
"clicks": "1"
}
},
"sys": {
"0": {
"tag": "Windows 10",
"clicks": "2"
},
"1": {
"tag": "UNK UNK",
"clicks": "1"
},
"2": {
"tag": "iOS 14.2",
"clicks": "1"
}
},
"bro": {
"0": {
"tag": "WhatsApp 2.20",
"clicks": "1"
},
"1": {
"tag": "Chrome 87.0",
"clicks": "2"
}
}
},
"refs": {
}
}
}