Last active
August 29, 2015 14:13
-
-
Save darrelmiller/da43d2aa3ad442a38277 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "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