Created
January 27, 2021 03:02
-
-
Save iqfareez/1bc2cf183fa79a7bca1bdddfdbaa8e38 to your computer and use it in GitHub Desktop.
Mock data JSON file
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
{ | |
"status": 200, | |
"students": [ | |
{ | |
"name": "Lester Hall", | |
"age": 35, | |
"birthday": "10/10/2089", | |
"country": "Bosnia & Herzegovina" | |
}, | |
{ | |
"name": "William Smith", | |
"age": 15, | |
"birthday": "3/13/2090", | |
"country": "New Zealand" | |
}, | |
{ | |
"name": "Willie Holmes", | |
"age": 28, | |
"birthday": "12/11/2097", | |
"country": "St. Barthélemy" | |
}, | |
{ | |
"name": "Jay Phelps", | |
"age": 17, | |
"birthday": "4/19/2076", | |
"country": "Brazil" | |
}, | |
{ | |
"name": "Gilbert Arnold", | |
"age": 46, | |
"birthday": "9/3/2084", | |
"country": "Myanmar (Burma)" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://youtu.be/LoFC4H9JNQI