Skip to content

Instantly share code, notes, and snippets.

@iagocavalcante
Created November 13, 2018 22:59
{
"alunos":
[
{
"nome": "Aluno1",
"idade": 12
},
{
"nome": "Aluno2",
"idade": 13
},
{
"nome": "Aluno3",
"idade": 14
},
{
"nome": "Aluno4",
"idade": 15
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment