tengo estos datos de json.
Código PHP:
<html>
<head>
<title>Json 1</title>
</head>
<body>
<script>
{
"firstName": "John",
"lastName": "Smith",
"address": {
"streetAddress": "21 2nd Street",
"city": "New York",
"state": "NY",
"postalCode": 10021
},
"phoneNumbers": [
"212 732-1234",
"646 123-4567"
]
</script>
</body>
</html>