forked from werhereitacademy/Python_Modul_Week_2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuitleeningen.json
More file actions
54 lines (54 loc) · 1.53 KB
/
uitleeningen.json
File metadata and controls
54 lines (54 loc) · 1.53 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
[
{
"uye_id": "10001",
"uye": "Luke Skywalker",
"kitap": {
"baslik": "Star Wars: A New Hope",
"yazar": "George Lucas",
"yil": 1977,
"tur": "Sciencefiction",
"barkod": "1001"
},
"alis_tarihi": "2025-10-01 10:00:00",
"iade_tarihi": "2025-10-15 10:00:00"
},
{
"uye_id": "10003",
"uye": "Harry Potter",
"kitap": {
"baslik": "Harry Potter and the Philosopher's Stone",
"yazar": "J.K. Rowling",
"yil": 2001,
"tur": "Fantasy",
"barkod": "1005"
},
"alis_tarihi": "2025-10-03 14:00:00",
"iade_tarihi": "2025-10-17 14:00:00"
},
{
"uye_id": "10006",
"uye": "Frodo Baggins",
"kitap": {
"baslik": "The Lord of the Rings: The Fellowship of the Ring",
"yazar": "J.R.R. Tolkien",
"yil": 2001,
"tur": "Fantasy",
"barkod": "1008"
},
"alis_tarihi": "2025-10-06 12:00:00",
"iade_tarihi": "2025-10-20 12:00:00"
},
{
"uye_id": "10001",
"uye": "Luke Skywalker",
"kitap": {
"baslik": "Star Wars: A New Hope",
"yazar": "George Lucas",
"yil": 1977,
"tur": "Sciencefiction",
"barkod": "1001"
},
"alis_tarihi": "2025-10-18 21:25:55",
"iade_tarihi": "2025-11-01 21:25:55"
}
]