Last active
May 6, 2020 22:02
-
-
Save VictorHugoBatista/5d29faf0e596b68ff9330d770f558b0b 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
{ | |
"articles": [ | |
{ | |
"id": 1, | |
"title": "Quando não usar isset e empty na mesma condição" | |
}, | |
{ | |
"id": 2, | |
"title": "Implementando jQuery de maneira organizada" | |
}, | |
{ | |
"id": 3, | |
"title": "Licenças de Software – O que são?" | |
}, | |
{ | |
"id": 4, | |
"title": "Introdução ao protocolo HTTP e sua aplicação com APIs" | |
} | |
], | |
"courses": [ | |
{ | |
"id": 1, | |
"name": "Ciência da Computação" | |
}, | |
{ | |
"id": 2, | |
"name": "Análise e Desenvolvimento de Sistemas" | |
}, | |
{ | |
"id": 3, | |
"name": "Engenharia da Computação" | |
}, | |
{ | |
"id": 4, | |
"name": "Desenvolvimento de Jogos" | |
} | |
], | |
"currentGrades": { | |
"1": 7.0, | |
"2": 9.0, | |
"3": 6.0, | |
"4": 8.5 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment