Skip to content

Instantly share code, notes, and snippets.

@kinlane
Created April 23, 2011 03:27
Show Gist options
  • Save kinlane/938225 to your computer and use it in GitHub Desktop.
Save kinlane/938225 to your computer and use it in GitHub Desktop.
Business of APIs - JSON
{
"firstName": "Kin",
"lastName": "Lane",
"age": 38,
"address":
{
"streetAddress": "21 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