-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
68 lines (68 loc) · 1.69 KB
/
db.json
File metadata and controls
68 lines (68 loc) · 1.69 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
{
"patients": [
{
"id": "12345678",
"name": "Watson, John",
"avatarUrl": "https://github.com/Y2koV/json_server/raw/master/images/watson_john.png",
"age": 13,
"gender": "Male",
"birthday": "Jun 30, 2006"
},
{
"id": "12345000",
"name": "Smith, Bob",
"avatarUrl": "https://github.com/Y2koV/json_server/raw/master/images/smith_bob.png",
"age": 12,
"gender": "Male",
"birthday": "Feb 23, 2009"
},
{
"id": "12345345",
"name": "Henry, Rick",
"avatarUrl": "https://github.com/Y2koV/json_server/raw/master/images/henry_rick.png",
"age": 13,
"gender": "Male",
"birthday": "Apr 12, 2005"
},
{
"id": "12343452",
"name": "Dale, Steve",
"avatarUrl": "https://github.com/Y2koV/json_server/raw/master/images/dale_steve.png",
"age": 12,
"gender": "Male",
"birthday": "Jun 30, 2006"
},
{
"id": "123445670",
"name": "Mathew, Stacy",
"avatarUrl": "https://github.com/Y2koV/json_server/raw/master/images/mathew_stacy.png",
"age": 13,
"gender": "Female",
"birthday": "Feb 23, 2009"
},
{
"id": "123445671",
"name": "Kemar, Aryaan",
"avatarUrl": "https://github.com/Y2koV/json_server/raw/master/images/kemar_aryaan.png",
"age": 12,
"gender": "Male",
"birthday": "Apr 12, 2005"
},
{
"id": "123445672",
"name": "Richard, Connor",
"avatarUrl": "https://github.com/Y2koV/json_server/raw/master/images/richard_connor.png",
"age": 13,
"gender": "Female",
"birthday": "Feb 23, 2009"
},
{
"id": "123445673",
"name": "R Green, Madelyn",
"avatarUrl": "https://github.com/Y2koV/json_server/raw/master/images/green_madelyn.png",
"age": 12,
"gender": "Female",
"birthday": "Feb 23, 2009"
}
]
}