Skip to content

Instantly share code, notes, and snippets.

@VictorHugoBatista
Last active May 6, 2020 22:02
Show Gist options
  • Save VictorHugoBatista/5d29faf0e596b68ff9330d770f558b0b to your computer and use it in GitHub Desktop.
Save VictorHugoBatista/5d29faf0e596b68ff9330d770f558b0b to your computer and use it in GitHub Desktop.
{
"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