forked from PriyanshuGupta28/amazing-shape-3534
-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
73 lines (70 loc) · 2.14 KB
/
db.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"users": [
{
"id":1,
"title":"hello",
"isCompleted":false
}, {
"id":2,
"title":"hello2",
"isCompleted":false
}
],
"accounts": [
{
"id":1,
"name":"xyz",
"roll":909
},
{
"id":1,
"name":"xyz",
"roll":909
}
],
"transactions": [
],
"data":[
{
"id":1,
"image_url": "https://m.media-amazon.com/images/I/5165He67NEL.jpg",
"book_name": "Harry Potter 3",
"author": "J. K. Rowling",
"genre": "fiction",
"edition": "2021",
"publisher": "Bloomsbury",
"cost": 1000,
"borrowed": false
},{
"id":2,
"image_url": "https://m.media-amazon.com/images/I/5165He67NEL.jpg",
"book_name": "Harry Potter 4",
"author": "J. K. Rowling",
"genre": "fiction",
"edition": "2021",
"publisher": "Bloomsbury",
"cost": 1499,
"borrowed": false
},{
"id":3,
"image_url": "https://m.media-amazon.com/images/I/5165He67NEL.jpg",
"book_name": "Harry Potter 2",
"author": "J. K. Rowling",
"genre": "fiction",
"edition": "2021",
"publisher": "Bloomsbury",
"cost": 1299,
"borrowed": false
},{
"id":4,
"image_url": "https://m.media-amazon.com/images/I/5165He67NEL.jpg",
"book_name": "Harry Potter ",
"author": "J. K. Rowling",
"genre": "fiction",
"edition": "2021",
"publisher": "Bloomsbury",
"cost": 1999,
"borrowed": false
}
]
}