Skip to content

Instantly share code, notes, and snippets.

@uLucasFraga
Created June 26, 2020 22:57
Show Gist options
  • Save uLucasFraga/ab0db8e704009605315fdfe6732d0b30 to your computer and use it in GitHub Desktop.
Save uLucasFraga/ab0db8e704009605315fdfe6732d0b30 to your computer and use it in GitHub Desktop.
JSON exemplo
{
"quantidade": 1,
"usuarios": [
{
"nome": "Fulano da Silva",
"email": "fulano@qa.com",
"password": "teste",
"administrador": "true",
"_id": "0uxuPY0cbmQhpEz1"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment