-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
70 lines (70 loc) · 1.09 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
{
"books": [
{
"name": "meu teste",
"author": "autor",
"price": 19.99,
"id": 18
},
{
"id": 28,
"name": "Ultimo",
"author": "typicode",
"price": 1212313
},
{
"name": "rerew",
"author": "rewre",
"price": 232.32,
"id": 29
},
{
"name": "dsdsd",
"author": "asdsad",
"price": 1231.23,
"id": 30
},
{
"name": "wqeqwe",
"author": "qwe",
"price": 10,
"id": 31
},
{
"name": "asdasd",
"author": "asda",
"price": 11.11,
"id": 32
},
{
"name": "weweww",
"author": "ewe",
"price": 23232.32,
"id": 33
},
{
"name": "werwer",
"author": "werew",
"price": 12.11,
"id": 34
},
{
"name": "sadasd",
"author": "123123",
"price": 111.11,
"id": 35
},
{
"name": "asdasd",
"author": "123123",
"price": 111.11,
"id": 36
},
{
"name": "novo",
"author": "novo2",
"price": 1233.23,
"id": 37
}
]
}