Created
June 26, 2020 22:57
-
-
Save uLucasFraga/ab0db8e704009605315fdfe6732d0b30 to your computer and use it in GitHub Desktop.
JSON exemplo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"quantidade": 1, | |
"usuarios": [ | |
{ | |
"nome": "Fulano da Silva", | |
"email": "[email protected]", | |
"password": "teste", | |
"administrador": "true", | |
"_id": "0uxuPY0cbmQhpEz1" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment