forked from werhereitacademy/Python_Modul_Week_2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathboeken.json
More file actions
72 lines (72 loc) · 1.79 KB
/
boeken.json
File metadata and controls
72 lines (72 loc) · 1.79 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
66
67
68
69
70
71
72
[
{
"baslik": "Star Wars: A New Hope",
"yazar": "George Lucas",
"yil": 1977,
"tur": "Sciencefiction",
"barkod": "1001"
},
{
"baslik": "Star Wars: The Empire Strikes Back",
"yazar": "Irvin Kershner",
"yil": 1980,
"tur": "Sciencefiction",
"barkod": "1002"
},
{
"baslik": "Star Wars: Return of the Jedi",
"yazar": "Richard Marquand",
"yil": 1983,
"tur": "Sciencefiction",
"barkod": "1003"
},
{
"baslik": "Star Wars: The Force Awakens",
"yazar": "J.J. Abrams",
"yil": 2015,
"tur": "Sciencefiction",
"barkod": "1004"
},
{
"baslik": "Harry Potter and the Philosopher's Stone",
"yazar": "J.K. Rowling",
"yil": 2001,
"tur": "Fantasy",
"barkod": "1005"
},
{
"baslik": "Harry Potter and the Chamber of Secrets",
"yazar": "J.K. Rowling",
"yil": 2002,
"tur": "Fantasy",
"barkod": "1006"
},
{
"baslik": "Harry Potter and the Prisoner of Azkaban",
"yazar": "J.K. Rowling",
"yil": 2004,
"tur": "Fantasy",
"barkod": "1007"
},
{
"baslik": "The Lord of the Rings: The Fellowship of the Ring",
"yazar": "J.R.R. Tolkien",
"yil": 2001,
"tur": "Fantasy",
"barkod": "1008"
},
{
"baslik": "The Lord of the Rings: The Two Towers",
"yazar": "J.R.R. Tolkien",
"yil": 2002,
"tur": "Fantasy",
"barkod": "1009"
},
{
"barkod": "5656",
"baslik": "savasci",
"yil": "2222",
"yazar": "dogan",
"tur": "kisisel gelisim"
}
]