-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcsvjson.json
54 lines (54 loc) · 940 Bytes
/
csvjson.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[
{
"Position": 1,
"Team Name": "Team A",
"Rounders": 100,
"Netball": 80,
"Table Tennis": 100,
"Party Games": 80,
"Football": 100,
"Badminton": 80,
"Chess": 100,
"Golf": 80,
"Track & Field": 80
},
{
"Position": 2,
"Team Name": "Team B",
"Rounders": 0,
"Netball": 20,
"Table Tennis": 0,
"Party Games": 20,
"Football": 0,
"Badminton": 20,
"Chess": 0,
"Golf": 20,
"Track & Field": 20
},
{
"Position": 3,
"Team Name": "Team C",
"Rounders": 0,
"Netball": 0,
"Table Tennis": 0,
"Party Games": 0,
"Football": 0,
"Badminton": 0,
"Chess": 0,
"Golf": 0,
"Track & Field": 0
},
{
"Position": 4,
"Team Name": "Team D",
"Rounders": 0,
"Netball": 0,
"Table Tennis": 0,
"Party Games": 0,
"Football": 0,
"Badminton": 0,
"Chess": 0,
"Golf": 0,
"Track & Field": 0
}
]