Skip to content

Instantly share code, notes, and snippets.

@fatihhcan
Created July 9, 2020 13:47
Show Gist options
  • Save fatihhcan/0c15c89e33a7d6b938e766060af7583a to your computer and use it in GitHub Desktop.
Save fatihhcan/0c15c89e33a7d6b938e766060af7583a to your computer and use it in GitHub Desktop.
[
{
"Name": "Ada",
"Surname": "Sayer",
"Number": 10,
"Gender": "Female",
"School": {
"Name": "ADU",
"City": "Aydın",
"Department": "MIS",
"Class": 1
}
},
{
"Name": "Ege",
"Surname": "Can",
"Number": 17,
"Gender": "Male",
"School": {
"Name": "MSKU",
"City": "Mugla",
"Department": "TIP",
"Class": 2
}
},
{
"Name": "Elif",
"Surname": "Deniz",
"Number": 24,
"Gender": "Female",
"School": {
"Name": "AU",
"City": "Antalya",
"Department": "MIS",
"Class": 3
}
},
{
"Name": "Yaman",
"Surname": "Yıldız",
"Number": 9,
"Gender": "Male",
"School": {
"Name": "PAU",
"City": "Denizli",
"Department": "TIP",
"Class": 2
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment