Business of APIs - JSON
{
"firstName": "Kin",
"lastName": "Lane",
"age": 38,
"address":
{
"streetAddress": "21 2nd Street",
"city": "New York",
"state": "NY",
"postalCode": "10021"
}
}