<?php $data = '{ "name": "Aragorn", "race": "Human" }'; $character = json_decode($data); echo $character->name;