Created
November 13, 2018 22:59
-
-
Save iagocavalcante/2b6be652b48460795f8fa7cc9c92e8c7 to your computer and use it in GitHub Desktop.
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
| { | |
| "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