Skip to content

Instantly share code, notes, and snippets.

@mikekelly
Forked from krainboltgreene/thing.json
Created November 26, 2012 20:43
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 mikekelly/4150502 to your computer and use it in GitHub Desktop.
Save mikekelly/4150502 to your computer and use it in GitHub Desktop.
{
"_links": {
"self": {
"href": "/product/987"
},
"manufacturer": {
"href": "/manufacturer/328764",
"title": "Manufacturer Inc."
}
},
"_embedded": {
"manufacturer": {
"_links": {
"self": {
"href": "/manufacturers/328764"
},
"homepage": {
"href": "http://hoverdonkey.com"
}
},
"name": "Manufacturer Inc."
}
},
"name": "A product",
"weight": 400
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment