-
Notifications
You must be signed in to change notification settings - Fork 193
/
Copy pathalumnes.json
40 lines (40 loc) · 825 Bytes
/
alumnes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"alumnes": [
{
"id": 1,
"nom": "Esther",
"cognoms": "Ribes Penya",
"nota": 7.5
},
{
"id": 2,
"nom": "Joan",
"cognoms": "Castanyera Raventós",
"nota": 7
},
{
"id": 3,
"nom": "Marta",
"cognoms": "Puig Abella",
"nota": 7
},
{
"id": 4,
"nom": "Pere",
"cognoms": "Ribalta Nieto",
"nota": 7
},
{
"id": 5,
"nom": "Lluïs",
"cognoms": "Marco Mermi",
"nota": 6
},
{
"id": 6,
"nom": "Míriam",
"cognoms": "Estruga Sánchez",
"nota": 6
}
]
}