-
Notifications
You must be signed in to change notification settings - Fork 1
/
books.json
29 lines (29 loc) · 883 Bytes
/
books.json
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
{
"books": [
{
"name": "Jaya Somnath",
"author": ["Kanaiyalal Maneklal Munshi"],
"language": "Hindi",
"webLinks": [
"https://www.jeyamohan.in/194/",
"https://www.bhavans.info/bookstore/book-details.php?book_id=300"
],
"tags": ["Rajput", "Somnath", "Gujarat"]
},
{
"name": "Moondru Thalaimuraigal",
"author": ["Na. Dharmarajan"],
"publishingHouse": "Sri Shenbaga Publishers",
"webLinks": [
"https://www.jeyamohan.in/194/",
"https://en.wikipedia.org/wiki/The_Artamonov_Business",
"https://www.dinamani.com/specials/nool-aragam/2021/nov/01/மூன்று-தலைமுறைகள்-3728125.html"
],
"tags": ["Soviet Russia", "Family", ""],
"original": {
"name": "The Artamanov Business",
"language": "Russian"
}
}
]
}