With an array like this, how would you sort the content array on the time inside the JSON value?
Array
(
[id] => 18
[content] => Array
(
[0] => Array
(
[id] => 39795
[json] => {"last_modified": "2016-05-07 13:40:28", "time": "53"}
)
[1] => Array
(
[id] => 39795
[json] => {"last_modified": "2016-05-07 14:18:06", "time": "90"}
)
)
)