EgorMlt/Informatics/Lab4/timetable.json
2019-12-01 18:33:02 +03:00

36 lines
973 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"timetable": {
"-lang": "ru",
"-group": "P3114",
"-day": "thursday",
"lessons":{
"lesson1":{
"-time": "10:00-11:30",
"-room": "2219 ауд.",
"-place": "ул.Ломоносова, д.9, лит. А",
"-lesson": "математика (лекция)"
},
"lesson2":{
"-time": "11:40-13:10",
"-room": "3120 ауд.",
"-place": "ул.Ломоносова, д.9, лит. А",
"-lesson": "иностранный язык (практика)"
},
"lesson3":{
"-time": "13:30-15:00",
"-room": "3412 ауд.",
"-place": "ул.Ломоносова, д.9, лит. А",
"-lesson": "математика (практика)"
},
"lesson4":{
"-time": "15:20-16:50",
"-room": "спортивный зал",
"-place": "ул.Ломоносова, д.9, лит. А",
"-lesson": "физическая культура"
}
}
}
}