lab-development-imb/web/07/labor/loesungen/uebung02/books.json

16 lines
246 B
JSON

{
"books": [
{
"id": 1,
"title": "Der Steppenwolf",
"author": "Hermann Hesse",
"read": false
},
{
"id": 2,
"title": "Clean Code",
"author": "Robert C. Martin",
"read": true
}
]
}