Skip to content

Instantly share code, notes, and snippets.

@eob
Created August 9, 2016 19:21
Show Gist options
  • Save eob/fc96f301dc2316d80f618ee62f3a6f09 to your computer and use it in GitHub Desktop.
Save eob/fc96f301dc2316d80f618ee62f3a6f09 to your computer and use it in GitHub Desktop.
{
"Teams": [
{ "Name": "Patriots" },
{ "Name": "49ers" }
],
"Players": [
{
"Name": "Tom Brady",
"Has one Teams!Name": "Patriots",
"Teams": {
"Name": "Patriots"
}
},
{
"Name": "Rob Gronkowski",
"Has one Teams!Name": "Patriots",
"Teams": {
"Name": "Patriots"
}
},
{
"Name": "Colin Kaepernick",
"Has one Teams!Name": "Patriots",
"Teams": {
"Name": "Patriots"
}
},
{
"Name": "Anthony Davis",
"Has one Teams!Name": "Patriots",
"Teams": {
"Name": "Patriots"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment