-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
105 lines (105 loc) · 3.44 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"producto": [
{
"name": "One",
"imageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTlpa9JUDglJ_p5ecd3wZYJ6oNVkH-5dA-lS9zUZ0wyMvheUBgXnbKWhw44XtV1eYDUQjo&usqp=CAU",
"price": "100.000",
"description": "Voluptas voluptatum quibusdam similique, class debitis alias maecenas eveniet ridiculus, facilis fusce! Ullam conubia? Sociis, minima malesuada habitasse distinctio sequi aliqua malesuada. Quisque deleniti proin expedita, aliquid litora. Iste recusandae? Commodo, quia ridiculus doloribus vero dictum? Penatibus donec placeat faucibus, dolorum do. Animi porta anim magnam",
"id": 4
},
{
"name": "Alura latam",
"imageUrl": "https://avatars.githubusercontent.com/u/4975968?s=280&v=4",
"price": "300.000",
"id": 6,
"description": ""
},
{
"name": "bic",
"imageUrl": "https://http2.mlstatic.com/D_NQ_NP_643523-MLA49180554005_022022-O.webp",
"price": "1.000.000",
"id": 7
},
{
"name": "Cuidado!",
"imageUrl": "https://m.media-amazon.com/images/I/51aqEMfw9KL._AC_SY879_.jpg",
"price": "500.000",
"id": 8,
"description": "Apenas um teste!"
},
{
"name": "Super Man",
"imageUrl": "https://juguetesdecoleccion.com/wp-content/uploads/muneco-superman-funko-pop.jpg",
"price": "600.000",
"id": 14
},
{
"name": "Darth Vader",
"imageUrl": "https://http2.mlstatic.com/D_NQ_NP_975969-MLA46467090682_062021-O.webp",
"price": "400.000",
"id": 15
},
{
"name": "Flash",
"imageUrl": "https://http2.mlstatic.com/D_NQ_NP_643523-MLA49180554005_022022-O.webp",
"price": "200.000",
"id": 16,
"description": "25"
},
{
"name": "Batman",
"imageUrl": "https://http2.mlstatic.com/D_NQ_NP_640262-MCO47330060660_092021-O.webp",
"price": "450.000",
"id": 17
},
{
"name": "Hulk",
"imageUrl": "https://m.media-amazon.com/images/I/516X0YLRV+L._AC_SY879_.jpg",
"price": "340.000",
"id": 18
},
{
"name": "Hombre araña",
"imageUrl": "https://http2.mlstatic.com/D_NQ_NP_620343-MLA45333647274_032021-O.webp",
"price": "150.000",
"id": 19
},
{
"name": "Capitán America",
"imageUrl": "https://m.media-amazon.com/images/I/51aqEMfw9KL._AC_SY879_.jpg",
"price": "260.000",
"id": 20
},
{
"name": "Super Man",
"imageUrl": "https://juguetesdecoleccion.com/wp-content/uploads/muneco-superman-funko-pop.jpg",
"price": "80.000",
"id": 21
},
{
"name": "Flash",
"imageUrl": "https://http2.mlstatic.com/D_NQ_NP_643523-MLA49180554005_022022-O.webp",
"price": "85.000",
"id": 22
},
{
"name": "Batman 2",
"imageUrl": "https://http2.mlstatic.com/D_NQ_NP_640262-MCO47330060660_092021-O.webp",
"price": "60.000",
"id": 23
},
{
"name": "Hulk 2",
"imageUrl": "https://m.media-amazon.com/images/I/516X0YLRV+L._AC_SY879_.jpg",
"price": "50.000",
"id": 24
},
{
"name": "alura",
"imageUrl": "https://avatars.githubusercontent.com/u/4975968?s=280&v=4",
"price": "150.000",
"id": 25,
"description": "undefined"
}
]
}