3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = '[{"address":"2801 Elliott Ave","category_ids":[347],"category_labels":[["Social","Food and Dining","Restaurants"]],"country":"us","email":"kimd@thedussingroup.com","factual_id":"43cfe238-ae8e-469a-8592-a1edc8603051","fax":"(206) 448-9252","latitude":47.615154,"locality":"Seattle","longitude":-122.353724,"name":"The Old Spaghetti Factory","neighborhood":["Belltown","Downtown","Downtown Seattle"],"postcode":"98121","region":"WA","tel":"(206) 441-7724","website":"http:\/\/www.osf.com"}]'; $json = json_decode($array); echo $json[1]->address; ?>

preferences:
65.3 ms | 402 KiB | 5 Q