A Google APIs encoded in JSON returned an object such as this
[updated] => stdClass Object ( [$t] => 2010-08-18T19:17:42.026Z )
Anyone
Have you tried:
$t = '$t'; // Single quotes are important. $object->$t;