-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
32 lines (32 loc) · 856 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
{
"company": {
"name": "Crealogix",
"city": "New Lizethstad",
"adress": "Ned Cliffs2961 Pinkie Spring",
"country": "Bangladesh"
},
"customers": [
{
"id": "b4bb886f-d4e9-476f-a9f8-90c15eef04c9",
"name": "Pierre Gaylord",
"jobTitle": "Principal Quality Coordinator",
"email": "[email protected]",
"phone": "525-917-2043"
},
{
"id": "82425398-36d6-4cb5-bd6d-db3824a8910e",
"name": "Kayden Paucek",
"jobTitle": "Customer Research Officer",
"email": "[email protected]",
"phone": "1-221-340-1493 x167"
},
{
"id": "0dbf3b7f-f70e-40b0-bb31-fc2c0a5b011d",
"name": "Mark Schloss",
"jobTitle": "Corporate Infrastructure Director",
"email": "[email protected]",
"phone": "1-236-662-7452 x3264"
}
],
"count": 0
}