Created
August 9, 2016 19:21
-
-
Save eob/fc96f301dc2316d80f618ee62f3a6f09 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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