-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
31 lines (29 loc) · 765 Bytes
/
book.json
File metadata and controls
31 lines (29 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[
{
"title": "Гамлет",
"author": "Вильям Шекспир",
"year": "1603"
},
{
"title":"Изучаем Python",
"author":"Эрик Мэтиз",
"year": "2020"
},
{
"title": "Ромэо и Джульетта",
"author": "Вильям Шекспир",
"year": "1597"
},
{
"title": "Nature",
"author": "Nature publishing group",
"year": "1869",
"edition": "10"
},
{
"title": "Medical",
"author": "World Helth Organization",
"year": "1948",
"edition": "1010"
}
]