Skip to content

Instantly share code, notes, and snippets.

@darrelmiller
Last active August 29, 2015 14:13
Show Gist options
  • Save darrelmiller/da43d2aa3ad442a38277 to your computer and use it in GitHub Desktop.
Save darrelmiller/da43d2aa3ad442a38277 to your computer and use it in GitHub Desktop.
{ "collection" :
{
"version" : "1.0",
"href" : "http://example.org/movies",
"items" : [
{
"href" : "http://example.org/movie/1",
"data" : [
{"name" : "Title", "value" : "Star Wars"},
{"name" : "Director", "value" : "Lucas"}
]
},
{
"href" : "http://example.org/movie/2",
"data" : [
{"name" : "Title", "value" : "King Kong"},
{"name" : "Director", "value" : "Jackson"}
]
},
{
"href" : "http://example.org/movie/3",
"data" : [
{"name" : "Title", "value" : "Memento"},
{"name" : "Director", "value" : "Nolan"}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment