I\'m pulling in a search from the Twitter api, fetching the data with file_get_contents and then passing to json_decode which give me this array structure.
{
Just do a print_r($jsonArr); and you will be able to work with your decoded json.
print_r($jsonArr);