blob: 01893a1449d4de1c11a48e46189c6e7a63089c04 [file]
{
"firstName": "John",
"lastName": "Smith",
"isAlive": true,
"age": 45,
"height_cm": 177.6,
"address": {
"streetAddress": "29 4th Street",
"city": "New York",
"state": "NY",
"postalCode": "10021-3100"
},
"phoneNumbers": [
{
"type": "home",
"number": "212 555-1234"
},
{
"type": "office",
"number": "646 555-4567"
}
],
"children": ["Jenny","Joe","Bob","Tom","Cathy","Bill"],
"hobbies": ["scuba diving","hiking","biking","rock climbing","surfing"]
}