As described on the wiki, I set up a logging activity for my table. The goal is to have this log information displayed on a browse screen.
I've already added three additional columns (added, vieved, edited) to the browse.
Now I'm looking for a way to extract the values from the JSON string for each field.
Code: Select all
{
"added": {
"user": "globeadmin",
"time": 1513706208
},
"viewed": {
"user": "globeadmin",
"time": 1513706382
},
"edited": {
"user": "globeadmin",
"time": 1513706382
}
}