Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Created January 2, 2022 14:35
Show Gist options
  • Save uncoded-ro/83cc539e02179d5ff42218e0bba65118 to your computer and use it in GitHub Desktop.
Save uncoded-ro/83cc539e02179d5ff42218e0bba65118 to your computer and use it in GitHub Desktop.
{
"cursuri": {
"curs": [
{
"titlu": "Modele de date avansate",
"an": 1,
"semestru": 1,
"tutori": {
"tutor": {
"grad": "Sl.dr.ing.",
"nume": "Maria Popescu",
"birou": 226
}
}
},
{
"titlu": "Programare pentru ingineria datelor",
"an": 1,
"semestru": 2,
"tutori": {
"tutor": [
{
"grad": "Conf.dr.ing.",
"nume": "Dan Bota",
"birou": 619
},
{
"grad": "As.dr.ing.",
"nume": "Iulia Enache",
"birou": 221
}
]
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment