mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-23 12:14:22 +08:00
19 lines
311 B
JSON
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"
|
|
}
|
|
]
|
|
} |