Skip to content

Instantly share code, notes, and snippets.

@artturijalli
Last active April 14, 2021 13:37
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 artturijalli/9fdf4361779426cb091bc17e4c49240f to your computer and use it in GitHub Desktop.
Save artturijalli/9fdf4361779426cb091bc17e4c49240f to your computer and use it in GitHub Desktop.
[
{
"Name": "Charlie",
"Street address": "Student Street 32",
"Graduated": false,
"Allergies": ["Banana", "Apple", "Nuts"],
"Grades": {
"Physics": 4,
"Maths": 4,
"Chemistry": 5
}
},
{
"Name": "Sofie",
"Street address": "Wisdom Alley 5",
"Graduated": false,
"Allergies": ["Pineapple", "Milk"],
"Grades": {
"Physics": 5,
"Maths": 5,
"Chemistry": 3
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment