Transform Json to display hours

Hi,
thanks for your help.
in my database, I have this JSON code to :
[
{
“days”:“wen - mon”,
“times”:[“19:00 - 23:30”]
},
{
“days”:“fri - sun”,
“times”:[“12:30 - 15:30”]
}
]

I don’t know how can I transform that JSON code in:

TIMES

Orari

SUN

12:30 PM - 3:30 PM

7:00 PM - 11:30 PM

MON

7:00 PM - 11:30 PM

WEN

7:00 PM - 11:30 PM

THU

7:00 PM - 11:30 PM

FRI

12:30 PM - 3:30 PM

7:00 PM - 11:30 PM

SAT

12:30 PM - 3:30 PM

7:00 PM - 11:30 PM

Who can help me?
Thanks in advance

This topic was automatically closed after 70 days. New replies are no longer allowed.