Skip to content

Instantly share code, notes, and snippets.

@ns-1m
Forked from jazztpt/GETfood_blog_hierarchy.json
Created April 15, 2012 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ns-1m/2389716 to your computer and use it in GitHub Desktop.
Save ns-1m/2389716 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