<?php $json = '{"firstName":"Peter","lastName:":"Silva","age":23}'; $personInfo = json_decode(json); echo $personInfo->age; ?>