This is the json format:
{
"Album": [
{
"name": "despacito",
"lang": "spanish",
"thumbnail": "some-url",
"scrn":"some-url",
"ourl":"some-url",
"YearOfRelease": 2017
}
]
}
How can this JSON be displayed on a WordPress site. Please do share if there is any tutorial on this or try to help me doing this.