generated from justuser-31/code_projects_template
Решения на первый блок
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user