Skip to content

Instantly share code, notes, and snippets.

@kinlane
Created February 8, 2011 20:17
Show Gist options
  • Save kinlane/817134 to your computer and use it in GitHub Desktop.
Save kinlane/817134 to your computer and use it in GitHub Desktop.
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"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment