Skip to content

Instantly share code, notes, and snippets.

@georgekakarlis
Created October 3, 2022 14:49
Show Gist options
  • Save georgekakarlis/df57b9b4202bdd76950d2693c3b03298 to your computer and use it in GitHub Desktop.
Save georgekakarlis/df57b9b4202bdd76950d2693c3b03298 to your computer and use it in GitHub Desktop.
A users.json file to quickly mock up
[
{
"balance": "$3,946.45",
"picture": "http://placehold.it/32x32",
"age": 23,
"name": "Bird Ramsey",
"gender": "male",
"company": "NIMON",
"email": "birdramsey@nimon.com"
},
{
"balance": "$2,499.49",
"picture": "http://placehold.it/32x32",
"age": 31,
"name": "Lillian Burgess",
"gender": "female",
"company": "LUXURIA",
"email": "lillianburgess@luxuria.com"
},
{
"balance": "$2,820.18",
"picture": "http://placehold.it/32x32",
"age": 34,
"name": "Kristie Cole",
"gender": "female",
"company": "QUADEEBO",
"email": "kristiecole@quadeebo.com"
},
{
"balance": "$3,277.32",
"picture": "http://placehold.it/32x32",
"age": 30,
"name": "Leonor Cross",
"gender": "female",
"company": "GRONK",
"email": "leonorcross@gronk.com"
},
{
"balance": "$1,972.47",
"picture": "http://placehold.it/32x32",
"age": 28,
"name": "Marsh Mccall",
"gender": "male",
"company": "ULTRIMAX",
"email": "marshmccall@ultrimax.com"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment