forked from chrisblakely01/react-creating-a-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
53 lines (53 loc) · 1.16 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
{
"contacts": [
{
"id": 1,
"fullName": "Jenny Chan",
"address": "3 waterfoot road",
"phoneNumber": "333-962-7516",
"email": "[email protected]"
},
{
"id": 2,
"fullName": "Jessica warren",
"address": "4 tall town",
"phoneNumber": "011-211-7516",
"email": "[email protected]"
},
{
"id": 4,
"fullName": "Jeremy Clarks",
"address": "333 miltown manor",
"phoneNumber": "011-962-111",
"email": "[email protected]"
},
{
"id": 5,
"fullName": "Raymond Edwards",
"address": "99 blue acres",
"phoneNumber": "3231-962-7516",
"email": "[email protected]"
},
{
"id": "S11a3ABoY6oNmy0WiI5iH",
"fullName": "df fgh",
"address": "dfg",
"phoneNumber": "dfg",
"email": "fgsdf@asd"
},
{
"id": "RP4trz_sy2RCtYJcogUSs",
"fullName": "sdf",
"address": "xcv",
"phoneNumber": "fdg",
"email": "sdf@sdf"
},
{
"id": "MXm7Z1IwdIpK_hO1dvE4o",
"fullName": "sdf",
"address": "xcv",
"phoneNumber": "fdg",
"email": "sdf@sdf"
}
]
}