-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
32 lines (31 loc) · 867 Bytes
/
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
{
"producto": [
{
"name": "Ejemplo1",
"imageUrl": "/img/galeria-starwars/starwars-2.png",
"price": "100.00",
"id": 1,
"alt": "Product",
"section": "Star Wars",
"description": "description"
},
{
"name": "Ejemplo2",
"imageUrl": "/img/galeria-starwars/starwars-1.png",
"price": "400.00",
"id": 1,
"alt": "Product",
"section": "Star Wars",
"description": "description"
},
{
"name": "Ejemplo3",
"imageUrl": "/img/galeria-starwars/starwars-3.png",
"price": "400.00",
"id": 1,
"alt": "Product",
"section": "Star Wars",
"description": "description"
}
]
}