Skip to content

Instantly share code, notes, and snippets.

@tiagoamaro
Created May 16, 2021 16:05
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 tiagoamaro/760ab6f7db0eac220a29ad55a40ff1bd to your computer and use it in GitHub Desktop.
Save tiagoamaro/760ab6f7db0eac220a29ad55a40ff1bd to your computer and use it in GitHub Desktop.
Toti - React - Arquivo JSON exemplo para ser utilizado com o https://github.com/typicode/json-server
{
"contatos": [
{
"id": 1,
"nome": "John Doe",
"email": "john@doe.email",
"telefone": "1111-1111"
},
{
"id": 2,
"nome": "Foo Bar",
"email": "john@doe.email",
"telefone": "2222-2222"
},
{
"id": 3,
"nome": "Alice and Bob",
"email": "john@doe.email",
"telefone": "3333-3333"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment