-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsmallmatches.json
More file actions
executable file
·58 lines (58 loc) · 1.01 KB
/
smallmatches.json
File metadata and controls
executable file
·58 lines (58 loc) · 1.01 KB
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
55
56
57
58
[
{
"_id":1,
"team_1":2,
"team_2":3,
"winner":0,
"game_time":"",
"round":3
},
{
"_id":2,
"team_1":4,
"team_2":6,
"winner":0,
"game_time":"",
"round":2
},
{
"_id":3,
"team_1":5,
"team_2":7,
"winner":0,
"game_time":"",
"round":2
},
{
"_id":4,
"team_1":"team1",
"team_2":"team2",
"winner":0,
"game_time":"",
"round":1
},
{
"_id":5,
"team_1":"team3",
"team_2":"team4",
"winner":0,
"game_time":"",
"round":1
},
{
"_id":6,
"team_1":"team5",
"team_2":"team6",
"winner":0,
"game_time":"",
"round":1
},
{
"_id":7,
"team_1":"team7",
"team_2":"team8",
"winner":0,
"game_time":"",
"round":1
}
]