I would like to get the values for 'datelog_collected' and 'value' fields:
{ "data": [ { "datelog_collected": "2016-09-01 13:57:13", "value": "36.06" } ] }
So far, i tried with json_decode but without success. I want this to stay as an object. Thanks