Skip to content

Instantly share code, notes, and snippets.

@iqfareez
Created January 27, 2021 03:02
Show Gist options
  • Save iqfareez/1bc2cf183fa79a7bca1bdddfdbaa8e38 to your computer and use it in GitHub Desktop.
Save iqfareez/1bc2cf183fa79a7bca1bdddfdbaa8e38 to your computer and use it in GitHub Desktop.
Mock data JSON file
{
"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)"
}
]
}
@iqfareez
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment