x
 
<!DOCTYPE html>
<html>
<body>
<?php
$cars = array("Volvo", "BMW", "Tesla");
echo json_encode($cars);
?>
</body>
</html>