-
Notifications
You must be signed in to change notification settings - Fork 0
/
products.json
32 lines (32 loc) · 888 Bytes
/
products.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
[
{
"id": 1,
"title": "Escuadra",
"price": 123.45,
"thumbnail": "https://cdn3.iconfinder.com/data/icons/education-209/64/ruler-triangle-stationary-school-256.png"
},
{
"id": 2,
"title": "Calculadora",
"price": 234.56,
"thumbnail": "https://cdn3.iconfinder.com/data/icons/education-209/64/calculator-math-tool-school-256.png"
},
{
"id": 3,
"title": "Globo Terráqueo",
"price": 345.67,
"thumbnail": "https://cdn3.iconfinder.com/data/icons/education-209/64/globe-earth-geograhy-planet-school-256.png"
},
{
"id": 4,
"title": "mesa",
"price": 12313.321,
"thumbnail": "https://www.espacity.com/w/wp-content/uploads/01476001000020_1-768x624.jpg"
},
{
"id": 5,
"title": "Silla",
"price": 45.3,
"thumbnail": "https://thumbs.dreamstime.com/b/silla-del-vector-en-el-fondo-blanco-124755666.jpg`"
}
]