using the below code for decoding json
$categories = json_decode($data); $categories = $categories->data;
where i get this
take a look at get_object_vars http://php.net/manual/en/function.get-object-vars.php