Skip to content

Instantly share code, notes, and snippets.

@jefelewis
Created April 3, 2019 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jefelewis/912f7e7891ef86d5e686bb1109838bae to your computer and use it in GitHub Desktop.
Save jefelewis/912f7e7891ef86d5e686bb1109838bae to your computer and use it in GitHub Desktop.
JSON Users
{
"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