forked from mustafagundogdu80/Python_VIT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustomers.txt
More file actions
50 lines (50 loc) · 1.15 KB
/
customers.txt
File metadata and controls
50 lines (50 loc) · 1.15 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
[
{
"id": 1,
"name": "Mustafa",
"surname": "Gundogdu",
"email": "mustafagundogdu@hotmail.com",
"phone": "0687315751",
"address": "Haagse Schouwweg 8 Leiden"
},
{
"id": 2,
"name": "Kahraman",
"surname": "Dal",
"email": "kahramandal@gmail.com",
"phone": "0615985247",
"address": "Straatweg 44 Amsterdam"
},
{
"id": 3,
"name": "Yasin",
"surname": "Sinan",
"email": "ysinan@gmail.com",
"phone": "0689358964",
"address": "Leidendorp"
},
{
"id": 4,
"name": "Celal",
"surname": "Kocak",
"email": "celal@celal.com",
"phone": "0685412879",
"address": "Leidendorp"
},
{
"id": 5,
"name": "Cihan",
"surname": "Yazar",
"email": "jihanyazar@gmail.com",
"phone": "0687456874",
"address": "ruimenstraat 6 Oogsweg"
},
{
"id": 6,
"name": "Shraz",
"surname": "Driynk",
"email": "shrazd@gmail.com",
"phone": "0687545412",
"address": "leylaanstraat 45 Leiden"
}
]