x
 
<!DOCTYPE html>
<html>
<body>
<?php
$age = array("Bill"=>35, "Elon"=>37, "Steve"=>43);
echo json_encode($age);
?>
</body>
</html>