This commit is contained in:
2026-06-11 13:18:14 +03:00
parent 0fc62d8b09
commit 2896aa32cd
5 changed files with 128 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
[
{
"name": "Иван Иванов",
"age": 21,
"grades": {
"math": 85,
"physics": 90,
"history": 78
}
},
{
"name": "Мария Петрова",
"age": 22,
"grades": {
"math": 92,
"physics": 88,
"history": 80
}
},
{
"name": "Алексей Смирнов",
"age": 23,
"grades": {
"math": 75,
"physics": 84,
"history": 79
}
}
]