Skip to content

Instantly share code, notes, and snippets.

@ricardoalcocer
Last active April 13, 2020 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricardoalcocer/ea0aa7b7f50361ea9eed3f9374890135 to your computer and use it in GitHub Desktop.
Save ricardoalcocer/ea0aa7b7f50361ea9eed3f9374890135 to your computer and use it in GitHub Desktop.
TempJSON
[
{
"id": "1",
"name": "John",
"email": "john@gmail.com",
"location": "Mexico"
},
{
"id": "2",
"name": "Peter",
"email": "peter@gmail.com",
"location": "California"
},
{
"id": "3",
"name": "Ric",
"email": "rick@gmail.com",
"location": "Puerto Rico"
},
{
"id": "4",
"name": "Alco",
"email": "alco@gmail.com",
"location": "San Francisco"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment