Skip to content

Instantly share code, notes, and snippets.

@athrsb
Last active March 26, 2025 10:56
Show Gist options
  • Save athrsb/a7023ea7d1f80d1c849ef911cba801b1 to your computer and use it in GitHub Desktop.
Save athrsb/a7023ea7d1f80d1c849ef911cba801b1 to your computer and use it in GitHub Desktop.
Read ESP8266
{
"usuarios": [
{
"nome": "João Silva",
"idade": 30,
"email": "[email protected]"
},
{
"nome": "Maria Oliveira",
"idade": 25,
"email": "[email protected]"
},
{
"nome": "Carlos Souza",
"idade": 28,
"email": "[email protected]"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment