-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathechecs.json
More file actions
68 lines (68 loc) · 1.65 KB
/
Copy pathechecs.json
File metadata and controls
68 lines (68 loc) · 1.65 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
59
60
61
62
63
64
65
66
67
68
{
"playermodels": {
"1": {
"birthday_date": "1990-12-01",
"firstname": "Magnus",
"id": 1,
"name": "CARLSEN",
"rank": 2882,
"sexe": "H"
},
"2": {
"birthday_date": "1963-03-01",
"firstname": "Garry",
"id": 2,
"name": "KASPAROV",
"rank": 2851,
"sexe": "H"
},
"3": {
"birthday_date": "1992-07-05",
"firstname": "Fabiano",
"id": 3,
"name": "CARUANA",
"rank": 2844,
"sexe": "H"
},
"4": {
"birthday_date": "1982-10-06",
"firstname": "Levon",
"id": 4,
"name": "ARONIAN",
"rank": 2830,
"sexe": "H"
},
"5": {
"birthday_date": "1993-10-25",
"firstname": "Wesley",
"id": 5,
"name": "SO",
"rank": 2822,
"sexe": "H"
},
"6": {
"birthday_date": "1995-04-30",
"firstname": "Shakhriyar",
"id": 6,
"name": "MAMEDYAROV",
"rank": 2820,
"sexe": "H"
},
"7": {
"birthday_date": "1990-10-14",
"firstname": "Maxime",
"id": 7,
"name": "VACHIER-LAGRAVE",
"rank": 2819,
"sexe": "H"
},
"8": {
"birthday_date": "1969-12-17",
"firstname": "Viswanathan",
"id": 8,
"name": "ANAND",
"rank": 2817,
"sexe": "H"
}
}
}