Skip to content

Instantly share code, notes, and snippets.

@ridwanray
Forked from jefelewis/users.json
Created August 7, 2021 03:17
Show Gist options
  • Select an option

  • Save ridwanray/1bf318f7c34c49dbbf72c5e084719066 to your computer and use it in GitHub Desktop.

Select an option

Save ridwanray/1bf318f7c34c49dbbf72c5e084719066 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