This is a JSON example I am using in my business of APIs series for API Evangelist.
{
"firstName": "Kin",
"lastName": "Lane",
"age": 38,
"website": “apievangelist.com”,
"address":
{
"streetAddress": "123 2nd Street",
"city": "New York",
"state": "NY",
"postalCode": "10021"
}
}