Created
April 3, 2019 18:17
-
-
Save jefelewis/912f7e7891ef86d5e686bb1109838bae to your computer and use it in GitHub Desktop.
JSON Users
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
{ | |
"users": [ | |
{ | |
"id": "1", | |
"firstName": "Kristin", | |
"lastName": "Smith", | |
"occupation": "Teacher", | |
"reviewCount": "6", | |
"reviewScore": "5", | |
}, | |
{ | |
"id": "2", | |
"firstName": "Olivia", | |
"lastName": "Parker", | |
"occupation": "Teacher", | |
"reviewCount": "11", | |
"reviewScore": "5", | |
}, | |
{ | |
"id": "3", | |
"firstName": "Jimmy", | |
"lastName": "Robinson", | |
"occupation": "Teacher", | |
"reviewCount": "9", | |
"reviewScore": "4", | |
}, | |
{ | |
"id": "4", | |
"firstName": "Zack", | |
"lastName": "Carter", | |
"occupation": "Teacher", | |
"reviewCount": "4", | |
"reviewScore": "5", | |
}, | |
{ | |
"id": "5", | |
"firstName": "Brad", | |
"lastName": "Rayburn", | |
"occupation": "Teacher", | |
"reviewCount": "2", | |
"reviewScore": "4", | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment