Note that json_decode converts the json string to an object -- and by specifying the second parameter as true, it will be an (associative) array.
As such, you can then access the data contained within the array like you would a normal array as specified by Ignacio and Jleagle. You can either iterate over the data or display it one by one.