Skip to content

Instantly share code, notes, and snippets.

@mikekelly
Created September 13, 2010 21:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikekelly/578120 to your computer and use it in GitHub Desktop.
Save mikekelly/578120 to your computer and use it in GitHub Desktop.
{
"_links" : {
"search" : { "href" : "/todo-list/search;{searchterm}" },
"description" : { "href" : "/todo-list/description" }
},
"_embedded" : {
"owner" : {
"_links" : {
"self" : { "href" : "http://range14sux.com/mike"},
"friend" : { "href": "http://mamund.com/" }
},
"name" : "Mike",
"age" : 36
},
"item" : [{
"title" : "Find Mug",
"content" : "Find my mug.",
"_links" : {
"self" : { "href": "http://home.com/tasks/126" },
"next" : { "href" : "http://work.com/todos/make-some-tea" }
}
},{
"title" : "Make tea",
"content" : "For make drunking goodly tea that is green.",
"_links" : {
"self": { "href": "http://work.com/todos/make-some-tea" },
"prev" : { "href" : "http://home.com/tasks/126" }
}
}]
},
"created_at" : "2010-01-16",
"updated_at" : "2010-02-21",
"summary" : "An example list"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment