Skip to content

Instantly share code, notes, and snippets.

@jazztpt
Created June 24, 2011 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jazztpt/1045180 to your computer and use it in GitHub Desktop.
Save jazztpt/1045180 to your computer and use it in GitHub Desktop.
GET request returning hierarchy of data
{
"title":"Food",
"articles":
[
{
"url":"http://oursocialbloggingsite.com/api/articles/111",
"title":"Why Food Is Delicious",
"author":"Abe Adams"
},
{
"url":"http://oursocialbloggingsite.com/api/articles/123",
"title":"How to Find Food",
"author":"Betty Black"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment