-
-
Save ridwanray/1bf318f7c34c49dbbf72c5e084719066 to your computer and use it in GitHub Desktop.
JSON Users
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
| { | |
| "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