zadania_domowe_WDI/zad_dom7/library.json

56 lines
981 B
JSON
Raw Normal View History

2024-12-06 21:30:48 +01:00
{
"library":{
"books":[
{
"title":"Library manual",
"author":"librarian",
"publication_year":1999
},
{
"title":"The Hobbit: There and Back Again",
"author":"J. R. R. Tolkien",
"publication_year":1937
},
{
"title":"Dunno",
"author":"Dude",
"publication_year":2000
},
{
"title":"What is this?",
"author":"Unknown",
"publication_year":1950
},
{
"title":"The book that doesn't exist",
"author":"Noone",
"publication_year":2137
},
{
"title":"???",
"author":"???",
"publication_year":1950
},
{
"title":"why am I doing this",
"author":"me",
"publication_year":2024
},
{
"title":"why am I doing this II: why oh why",
"author":"me",
"publication_year":2024
},
{
"title":"Encyclopedia of Rocks and Stones",
"author":"DRG Mission Control",
"publication_year":3000
},
{
"title":"Library manual, part 5",
"author":"librarian",
"publication_year":2000
}
]
}
}