I have a json_decoded string passed by AJAX array in the format :
Array (
[dta] => [
{ "a" : 1, "b" : "string" , "c" : ""},
{ "a" : 8, "b" : "string 2" , "c" : "12/12/2022"}
]
[vars] => [
7,
12
]
)
The items pointed to by dta need to be looped through...