I have a json array (named $ourData) which currently looks something like this:
[
//this item of $ourData named $officer_0
{
"code": "cg",
"tots": [],
"pds": []
}
]
Now if I wanted to push some associative values to tots (something like "date" : "value"), how would I accomplish this?