Last active
May 11, 2020 22:09
-
-
Save VictorHugoBatista/275333da46918d6bd15daf1e6e989383 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": [ | |
{ | |
"name": "Ciencia da Computacao", | |
"id": 1 | |
}, | |
{ | |
"id": 2, | |
"name": "Análise e Desenvolvimento de Sistemas" | |
}, | |
{ | |
"id": 3, | |
"name": "Engenharia da Computação" | |
}, | |
{ | |
"name": "Administração de Redes", | |
"id": 5 | |
} | |
], | |
"currentGrades": { | |
"a": 10, | |
"b": 10, | |
"c": 10 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment