Skip to content

Instantly share code, notes, and snippets.

@eveporcello
Created May 16, 2019 11:35
Show Gist options
  • Save eveporcello/f74878ebe86ed469c64f34a79db48d74 to your computer and use it in GitHub Desktop.
Save eveporcello/f74878ebe86ed469c64f34a79db48d74 to your computer and use it in GitHub Desktop.
// performers.json
[
{ "id": "rc5HXuXIb", "name": "Beyonce" },
{ "id": "gXMuonvEqD", "name": "Enya" }
]
// songs.json
[
{
"id": "M8JsFEqv5z",
"performerId": "rc5HXuXIb",
"title": "Formation",
"numberOne": false,
"rating": 5
},
{
"id": "9D9vleL5Lo",
"performerId": "gXMuonvEqD",
"title": "Orinoco Flow",
"numberOne": false,
"rating": 5
},
{
"id": "tid4aOjK4V",
"performerId": "rc5HXuXIb",
"title": "Love on Top",
"numberOne": false,
"rating": 5
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment