Internet-programming_PIbd-2.../Library/data.json

68 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"categories": [
{
"id": 1,
"name": "Ода"
},
{
"id": 2,
"name": "Послание"
},
{
"id": 3,
"name": "Лирическое стихотворение"
}
],
"books": [
{
"categoriesId": "3",
"authorsId": "1",
"name": "Зимний вечер",
"year": "1830",
"image": "",
"id": 1
},
{
"categoriesId": "1",
"authorsId": "2",
"name": "Властителям и судиям",
"year": "1780",
"image": "",
"id": 2
},
{
"categoriesId": "1",
"authorsId": "3",
"name": "Exegi monumentum",
"year": "23 до н. э.",
"image": "",
"id": 3
},
{
"categoriesId": "2",
"authorsId": "4",
"name": "К бедному поэту",
"year": "1796",
"image": "",
"id": 4
}
],
"authors": [
{
"id": 1,
"name": "Пушкин А. С."
},
{
"id": 2,
"name": "Державин Г. Р."
},
{
"id": 3,
"name": "Квинт Гораций Флакк"
},
{
"id": 4,
"name": "Карамзин Н. М."
}
]
}