-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
79 lines (79 loc) · 1.6 KB
/
db.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"tournament": {
"1": {
"name": "R\u00e9gional 2022",
"place": "Strasbourg",
"date": "01/05/2022",
"time_control": 0,
"description": "Premier tournois de la saison",
"number_of_rounds": 4,
"played_rounds": 0
}
},
"players": {
"1": {
"id": 0,
"last_name": "MARTIN",
"first_name": "J\u00e9r\u00f4me",
"date_of_birth": "10/06/1995",
"gender": 0,
"rank": 988
},
"2": {
"id": 1,
"last_name": "PEREZ",
"first_name": "Alexandre",
"date_of_birth": "01/08/1999",
"gender": 0,
"rank": 1113
},
"3": {
"id": 2,
"last_name": "DUPUIS",
"first_name": "St\u00e9phanie",
"date_of_birth": "13/07/1982",
"gender": 1,
"rank": 1233
},
"4": {
"id": 3,
"last_name": "ROBERT",
"first_name": "Mathilde",
"date_of_birth": "03/08/1996",
"gender": 1,
"rank": 1076
},
"5": {
"id": 4,
"last_name": "KHAN",
"first_name": "Anil",
"date_of_birth": "25/02/2000",
"gender": 0,
"rank": 1091
},
"6": {
"id": 5,
"last_name": "KLEIN",
"first_name": "Camille",
"date_of_birth": "03/04/1991",
"gender": 1,
"rank": 1139
},
"7": {
"id": 6,
"last_name": "AYROUR",
"first_name": "Nadia",
"date_of_birth": "11/12/2001",
"gender": 1,
"rank": 1172
},
"8": {
"id": 7,
"last_name": "THOMAS",
"first_name": "Dominique",
"date_of_birth": "11/03/1987",
"gender": 0,
"rank": 1244
}
}
}