Created
January 16, 2019 18:53
-
-
Save adamstep/689ea82fc092a94c62afb6ced52318cb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[ | |
{ | |
"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