Skip to content

Instantly share code, notes, and snippets.

@nkhil
Created April 10, 2020 12:45
Show Gist options
  • Save nkhil/46be1787ab3d87fd006c84fd69c84aa6 to your computer and use it in GitHub Desktop.
Save nkhil/46be1787ab3d87fd006c84fd69c84aa6 to your computer and use it in GitHub Desktop.
{
'Pearl Jam': [
{
artist: 'Pearl Jam',
album: 'Ten',
year: '1991',
},
{
artist: 'Pearl Jam',
album: 'Yield',
year: '1998',
},
],
'Soundgarden': [
{
artist: 'Soundgarden',
album: 'Badmotorfinger',
year: '1991',
},
{
artist: 'Soundgarden',
album: 'Superunknown',
year: '1994',
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment