lab-development-imb/web/07/labor/loesungen_07/Kommandozeilenprogramm/books.json

22 lines
311 B
JSON

{
"books": [
{
"id": 1,
"titel": "Testbuch",
"autor": "Testautor",
"read": false
},
{
"id": 2,
"titel": "Test2",
"autor": "222",
"read": false
},
{
"id": 3,
"titel": "Test3",
"autor": "EEEE",
"read": false
}
]
}