What if I had something like

{
“results”: [
“time_of_day”:{
“lunch”: xxxxx,
“dinner”: yyyyyy,
}
}

How would I use php to extract the value for lunch and dinner?