-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanuncios.json
53 lines (53 loc) · 943 Bytes
/
anuncios.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
{
"anuncios": [
{
"nombre": "Bicicleta",
"precio": 230.15,
"venta": true,
"foto": "bici.png",
"tags": [ "lifestyle", "motor"]
},
{
"nombre": "Bicicleta",
"precio": 845,
"venta": true,
"foto": "bici2.png",
"tags": [ "lifestyle", "motor"]
},
{
"nombre": "Bicicleta",
"precio": 1200,
"venta": true,
"foto": "bici3.png",
"tags": [ "lifestyle", "motor"]
},
{
"nombre": "Bicicleta",
"precio": 210,
"venta": false,
"foto": "bici4.png",
"tags": [ "lifestyle", "motor"]
},
{
"nombre": "iPhone 6S",
"precio": 650,
"venta": true,
"foto": "iphone6s.jpg",
"tags": [ "lifestyle", "mobile"]
},
{
"nombre": "iPhone 3GS",
"precio": 50.00,
"venta": false,
"foto": "iphone3gs.jpg",
"tags": [ "lifestyle", "mobile"]
},
{
"nombre": "Moto",
"precio": 1800,
"venta": true,
"foto": "moto.jpg",
"tags": [ "lifestyle", "motor"]
}
]
}