hi want to loop through json below how can i do this using php
{
values: [
{
nameValuePairs: {
address: "0111",
body: "Transaction cost, Ksh28.00.",
date: "1571473093291",
}
},
{
nameValuePairs: {
address: "0101",
body: "Transaction cost, Ksh0.00.",
date: "1498823347530",
}
},
]
}
need the values of address,body and date in a foreach loop thanks in advance