Skip to content

Instantly share code, notes, and snippets.

@luciano-fiandesio
Created January 12, 2020 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luciano-fiandesio/3b6da0a8efb5aba7034e16df8d4606dc to your computer and use it in GitHub Desktop.
Save luciano-fiandesio/3b6da0a8efb5aba7034e16df8d4606dc to your computer and use it in GitHub Desktop.
{
"student": {
"id": 1,
"firstName": "Nikolos",
"lastName": "Schulze",
"middleName": null,
"dateOfBirth": "2004-08-13",
"countryOfBirth": "Zimbabwe",
"cityOfBirth": "Victoria Falls",
"gender": "m",
"email": "nschulze0@lulu.com"
},
"subject": {
"id": 1,
"name": "Math"
},
"average": 2.0,
"yearlyAbsences": 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment