Skip to content

Instantly share code, notes, and snippets.

@callebdev
Created May 6, 2020 14:31
Show Gist options
  • Save callebdev/618fce717d584856780aa0c6707bb677 to your computer and use it in GitHub Desktop.
Save callebdev/618fce717d584856780aa0c6707bb677 to your computer and use it in GitHub Desktop.
JSON response from a query
{
"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