forked from werhereitacademy/Python_Modul_Week_4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmembers.json
More file actions
65 lines (65 loc) · 1 KB
/
members.json
File metadata and controls
65 lines (65 loc) · 1 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
[
{
"id": 3,
"name": "ibrahim",
"tel": 6588,
"date": 10,
"adress": "aflanana"
},
{
"id": 4,
"name": "ahmet",
"tel": 6655,
"date": 15,
"adress": "aieamieauiema"
},
{
"id": 1,
"name": "1",
"tel": 1,
"date": 1,
"adress": "1"
},
{
"id": 1,
"name": "1",
"tel": 1,
"date": 1,
"adress": "1"
},
{
"id": 1,
"name": "1",
"tel": 1,
"date": 1,
"adress": "1"
},
{
"id": 3,
"name": "3",
"tel": 3,
"date": 3,
"adress": "3"
},
{
"id": 1,
"name": "1",
"tel": 1,
"date": 1,
"adress": "1"
},
{
"id": 1,
"name": "1",
"tel": 1,
"date": 1,
"adress": "1"
},
{
"id": 4,
"name": "4",
"tel": 4,
"date": 4,
"adress": "4"
}
]