[json] json

Viewer

  1. Syntax error! JSON5: invalid character ';' at 144:2{
  2.   students: [
  3.     {
  4.       id: "st_1",
  5.       firstName: "Лапин",
  6.       secondName: "Фёдор",
  7.       lastName: "Лукич",
  8.       groupID: 1,
  9.     },
  10.     {
  11.       id: "st_2",
  12.       firstName: "Серов",
  13.       secondName: "Владислав",
  14.       lastName: "Александрович",
  15.       groupID: 3,
  16.     },
  17.     {
  18.       id: "st_3",
  19.       firstName: "Алешин",
  20.       secondName: "Георгий",
  21.       lastName: "Константинович",
  22.       groupID: 2,
  23.     },
  24.     {
  25.       id: "st_4",
  26.       firstName: "Виноградов",
  27.       secondName: "Марк",
  28.       lastName: "Егорович",
  29.       groupID: 1,
  30.     },
  31.     {
  32.       id: "st_5",
  33.       firstName: "Куликов",
  34.       secondName: "Александр",
  35.       lastName: "Мирославович",
  36.       groupID: 1,
  37.     },
  38.     {
  39.       id: "st_6",
  40.       firstName: "Селезнева",
  41.       secondName: "Мария",
  42.       lastName: "Кирилловна",
  43.       groupID: 2,
  44.     },
  45.     {
  46.       id: "st_7",
  47.       firstName: "Овчинникова",
  48.       secondName: "Ева",
  49.       lastName: "Алексеевна",
  50.       groupID: 3,
  51.     },
  52.     {
  53.       id: "st_8",
  54.       firstName: "Алексеева",
  55.       secondName: "Ксения",
  56.       lastName: "Михайловна",
  57.       groupID: 3,
  58.     },
  59.     {
  60.       id: "st_9",
  61.       firstName: "Гуляев",
  62.       secondName: "Фёдор",
  63.       lastName: "Тимофеевич",
  64.       groupID: 3,
  65.     },
  66.   ],
  67.   groups: [
  68.     {
  69.       id: "group_1",
  70.       name: "OOP",
  71.       task: ["task_3", "task_2", "task_1"],
  72.     },
  73.     {
  74.       id: "group_2",
  75.       name: "HBO",
  76.       task: ["task_4", "task_5"],
  77.     },
  78.     {
  79.       id: "group_3",
  80.       name: "FBI",
  81.       task: ["task_1", "task_5", "task_6"],
  82.     },
  83.     {
  84.       id: "group_4",
  85.       name: "BBQ",
  86.       task: ["task_2", "task_4", "task_4", "task_6"],
  87.     },
  88.   ],
  89.   subjekts: [
  90.     {
  91.       id: "task_1",
  92.       name: "Algebra",
  93.       teacher: "teach_3",
  94.     },
  95.     {
  96.       id: "task_2",
  97.       name: "Biology",
  98.       teacher: "teach_1",
  99.     },
  100.     {
  101.       id: "task_3",
  102.       name: "Geography",
  103.       teacher: "teach_2",
  104.     },
  105.     {
  106.       id: "task_4",
  107.       name: "Physics",
  108.       teacher: "teach_3",
  109.     },
  110.     {
  111.       id: "task_5",
  112.       name: "Music",
  113.       teacher: "teach_1",
  114.     },
  115.     {
  116.       id: "task_6",
  117.       name: "Technology",
  118.       teacher: "teach_2",
  119.     },
  120.   ],
  121.   teachers: [
  122.     {
  123.       id: "teach_1",
  124.       firstName: "Андрей",
  125.       secondName: "Орлов",
  126.       lastName: "Александрович",
  127.       education: "Бакалавр",
  128.     },
  129.     {
  130.       id: "teach_2",
  131.       firstName: "Артемий",
  132.       secondName: "Капустин",
  133.       lastName: "Михайлович",
  134.       education: "Доктор наук",
  135.     },
  136.     {
  137.       id: "teach_3",
  138.       firstName: "Арина",
  139.       secondName: "Маслова",
  140.       lastName: "Тимофеевна",
  141.       education: "Кандидат наук",
  142.     },
  143.   ],
  144. }

Editor

You can edit this paste and save as new:


File Description
  • json
  • Paste Code
  • 02 Jun-2023
  • 3.07 Kb
You can Share it: