kinlane
2/8/2011 - 8:17 PM

This is a JSON example I am using in my business of APIs series for API Evangelist.

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"
     }
}