<?php $array = json_decode('{"foo": "bar"}', true); $baz = $array['baz'] ?: null; var_dump($baz);
You have javascript disabled. You will not be able to edit any code.