$pretty=json_encode($foo, JSON_PRETTY_PRINT);
<?php $age = array("Peter"=>35, "Ben"=>37, "Joe"=>43); echo json_encode($age); ?>