Skip to content

Instantly share code, notes, and snippets.

@bradfordw
Last active August 29, 2015 14:14
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 bradfordw/3f6075daddc8199ae367 to your computer and use it in GitHub Desktop.
Save bradfordw/3f6075daddc8199ae367 to your computer and use it in GitHub Desktop.
[
{
"id": 100,
"url": "http://en.wikipedia.org/wiki/Salmonidae"
}
]
[
{
"id": 1,
"species": "Trout",
"family": {
"id": 100,
"url": "http://en.wikipedia.org/wiki/Salmonidae"
},
},
{
"id": 2,
"species": "AtlanticSalmon",
"family": {
"id": 100,
"url": "http://en.wikipedia.org/wiki/Salmonidae"
},
}
]
[
{
"id": 1,
"species": "Trout",
"family_id": 100
},
{
"id": 2,
"species": "AtlanticSalmon",
"family_id": 100
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment