Skip to content

Instantly share code, notes, and snippets.

@maddox
Created October 6, 2009 01:26
Show Gist options
  • Save maddox/202675 to your computer and use it in GitHub Desktop.
Save maddox/202675 to your computer and use it in GitHub Desktop.
{
"backdrop": "\/images\/movies.png",
"deck": [{
"item": {
"path": "http:\/\/localhost:3000\/movies\/recently_added.json",
"action": "fetch",
"title": "Recently Added"
}
},
{
"item": {
"path": "http:\/\/localhost:3000\/movies\/new_releases.json",
"action": "fetch",
"title": "New Releases"
}
},
{
"item": {
"path": "http:\/\/localhost:3000\/movies.json",
"action": "fetch",
"title": "All Movies"
}
}],
"menu": [{
"item": {
"path": "http:\/\/localhost:3000\/movies\/recently_added.json",
"action": "fetch",
"title": "Recently Added"
}
},
{
"item": {
"path": "http:\/\/localhost:3000\/movies\/new_releases.json",
"action": "fetch",
"title": "New Releases"
}
},
{
"item": {
"path": "http:\/\/localhost:3000\/movies.json",
"action": "fetch",
"title": "All Movies"
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment