Skip to content

Instantly share code, notes, and snippets.

@adamstep
Created January 16, 2019 18:53
Show Gist options
  • Save adamstep/689ea82fc092a94c62afb6ced52318cb to your computer and use it in GitHub Desktop.
Save adamstep/689ea82fc092a94c62afb6ced52318cb to your computer and use it in GitHub Desktop.
[
{
"first_name": "Michael",
"last_name": "Scott",
"favorite_movies": [ "Diehard", "Threat Level Midnight" ]
},
{
"first_name": "Dwight",
"last_name": "Schrute",
"favorite_movies": [ "The Crow", "Wedding Crashers" ]
},
{
"first_name": "Pam",
"last_name": "Beesly",
"favorite_movies": [ "Legally Blonde" ]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment