-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
40 lines (40 loc) · 1.13 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
{
"info": {
"name": "Shopptex",
"color": "#0000ff",
"owner": "Silvio Cavalcanti Bonfim",
"department": "Eletrônicos"
},
"products": [
{
"photo": "https://pngimg.com/uploads/smartphone/smartphone_PNG8527.png",
"name": "Smartphone XYZ",
"price": 1999.99,
"is_promotion": true
},
{
"photo": "https://img.us.news.samsung.com/us/wp-content/uploads/2017/12/14140038/Notebook-9-Pen-Side-1.jpg",
"name": "Notebook ABC",
"price": 3499.9,
"is_promotion": false
},
{
"photo": "https://static.netshoes.com.br/produtos/fone-de-ouvido-bluetooth-philips-upbeat/06/756-9734-006/756-9734-006_zoom2.jpg?",
"name": "Fone de Ouvido Bluetooth",
"price": 299.99,
"is_promotion": true
},
{
"photo": "https://media.4rgos.it/i/Argos/8101619_R_Z001A",
"name": "Smart TV 50\"",
"price": 2599.99,
"is_promotion": false
},
{
"photo": "https://images.colombo.com.br/produtos/792312/792312_caixa_som_boombox_jbl_01_z.jpg",
"name": "Caixa de Som Portátil",
"price": 199.99,
"is_promotion": true
}
]
}