[json] json
Viewer
- Syntax error! JSON5: invalid character ';' at 144:2{
- students: [
- {
- id: "st_1",
- firstName: "Лапин",
- secondName: "Фёдор",
- lastName: "Лукич",
- groupID: 1,
- },
- {
- id: "st_2",
- firstName: "Серов",
- secondName: "Владислав",
- lastName: "Александрович",
- groupID: 3,
- },
- {
- id: "st_3",
- firstName: "Алешин",
- secondName: "Георгий",
- lastName: "Константинович",
- groupID: 2,
- },
- {
- id: "st_4",
- firstName: "Виноградов",
- secondName: "Марк",
- lastName: "Егорович",
- groupID: 1,
- },
- {
- id: "st_5",
- firstName: "Куликов",
- secondName: "Александр",
- lastName: "Мирославович",
- groupID: 1,
- },
- {
- id: "st_6",
- firstName: "Селезнева",
- secondName: "Мария",
- lastName: "Кирилловна",
- groupID: 2,
- },
- {
- id: "st_7",
- firstName: "Овчинникова",
- secondName: "Ева",
- lastName: "Алексеевна",
- groupID: 3,
- },
- {
- id: "st_8",
- firstName: "Алексеева",
- secondName: "Ксения",
- lastName: "Михайловна",
- groupID: 3,
- },
- {
- id: "st_9",
- firstName: "Гуляев",
- secondName: "Фёдор",
- lastName: "Тимофеевич",
- groupID: 3,
- },
- ],
- groups: [
- {
- id: "group_1",
- name: "OOP",
- task: ["task_3", "task_2", "task_1"],
- },
- {
- id: "group_2",
- name: "HBO",
- task: ["task_4", "task_5"],
- },
- {
- id: "group_3",
- name: "FBI",
- task: ["task_1", "task_5", "task_6"],
- },
- {
- id: "group_4",
- name: "BBQ",
- task: ["task_2", "task_4", "task_4", "task_6"],
- },
- ],
- subjekts: [
- {
- id: "task_1",
- name: "Algebra",
- teacher: "teach_3",
- },
- {
- id: "task_2",
- name: "Biology",
- teacher: "teach_1",
- },
- {
- id: "task_3",
- name: "Geography",
- teacher: "teach_2",
- },
- {
- id: "task_4",
- name: "Physics",
- teacher: "teach_3",
- },
- {
- id: "task_5",
- name: "Music",
- teacher: "teach_1",
- },
- {
- id: "task_6",
- name: "Technology",
- teacher: "teach_2",
- },
- ],
- teachers: [
- {
- id: "teach_1",
- firstName: "Андрей",
- secondName: "Орлов",
- lastName: "Александрович",
- education: "Бакалавр",
- },
- {
- id: "teach_2",
- firstName: "Артемий",
- secondName: "Капустин",
- lastName: "Михайлович",
- education: "Доктор наук",
- },
- {
- id: "teach_3",
- firstName: "Арина",
- secondName: "Маслова",
- lastName: "Тимофеевна",
- education: "Кандидат наук",
- },
- ],
- }
Editor
You can edit this paste and save as new: