Created
May 6, 2020 14:31
-
-
Save callebdev/618fce717d584856780aa0c6707bb677 to your computer and use it in GitHub Desktop.
JSON response from a query
This file contains 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
{ | |
"data": { | |
"pessoa": { | |
"nome": "Calleb Miquissene", | |
"genero": "Masculino" | |
"anoDeNascimento: "2000" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment