Zadania_Domowe/dom7/zadanie1.json
2024-12-02 14:48:36 +01:00

54 lines
1.1 KiB
JSON

{
"ksiazki": [
{
"nazwa": "Hobbit, czyli tam i z powrotem",
"autor": "J.R.R. Tolkien",
"strony": "320"
},
{
"nazwa": "Rok 1984",
"autor": "George Orwell",
"strony": "354"
},
{
"nazwa": "Zbrodnia i Kara",
"autor": "Fiodor Dostojewski",
"strony": "640"
},
{
"nazwa": "Balladyna",
"autor": "Julisz Słowacki",
"strony": "184"
},
{
"nazwa": "Romeo i Julia",
"autor": "William Shakespeare",
"strony": "152"
},
{
"nazwa": "Dżuma",
"autor": "Albert Camus",
"strony": "294"
},
{
"nazwa": "Król w Żółci",
"autor": "Chambers Robert W.",
"strony": "224"
},
{
"nazwa": "Pan Tadeusz",
"autor": "Adam Mickiewicz",
"strony": "352"
},
{
"nazwa": "Lalka",
"autor": "Bolesław Prus",
"strony": "632"
},
{
"nazwa": "Potop",
"autor": "Henryk Sienkiewicz",
"strony": "984"
}
]
}