-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
58 lines (58 loc) · 816 Bytes
/
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
{
"highscores": [
{
"name": "James",
"goes": 12,
"score": 714,
"id": 2
},
{
"name": "Ash",
"goes": 9,
"score": 864,
"id": 3
},
{
"name": "Oak",
"goes": 10,
"score": 802,
"id": 4
},
{
"name": "Brock",
"goes": 11,
"score": 790,
"id": 5
},
{
"name": "Giovanni",
"goes": 10,
"score": 811,
"id": 6
},
{
"name": "Meowth",
"goes": 13,
"score": 640,
"id": 7
},
{
"name": "Blaine",
"goes": 12,
"score": 692,
"id": 8
},
{
"name": "Gary",
"goes": 11,
"score": 750,
"id": 9
},
{
"name": "Misty",
"goes": 10,
"score": 784,
"id": 10
}
]
}