2023-10-19 02:38:44 +07:00

19 lines
311 B
JSON

{
"books": [
{
"id": 1,
"title": "The Brothers Karamazov",
"author": "Fyodor Dostoevsky"
},
{
"id": 2,
"title": "Infinite Jest",
"author": "David Foster Wallace"
},
{
"id": 3,
"title": "Suttree",
"author": "Cormac McCarthy"
}
]
}