code_projects_python/STEP1_Basics/7_JSON/data.json

30 lines
441 B
JSON

[
{
"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
}
}
]