-
Notifications
You must be signed in to change notification settings - Fork 0
/
products.json
68 lines (68 loc) · 1.55 KB
/
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
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
{
"items": [
{
"sys": { "id": "1" },
"fields": {
"title": "Berlin",
"price": 109.99,
"image": { "fields": { "file": { "url": "/egipt.8a5a444c.jpg" } } }
}
},
{
"sys": { "id": "2" },
"fields": {
"title": "Madrid",
"price": 122.99,
"image": { "fields": { "file": { "url": "/egipt.8a5a444c.jpg" } } }
}
},
{
"sys": { "id": "3" },
"fields": {
"title": "Buenos Aires",
"price": 1230.99,
"image": { "fields": { "file": { "url": "/egipt.8a5a444c.jpg" } } }
}
},
{
"sys": { "id": "4" },
"fields": {
"title": "Sydney",
"price": 22.99,
"image": { "fields": { "file": { "url": "/egipt.8a5a444c.jpg" } } }
}
},
{
"sys": { "id": "5" },
"fields": {
"title": "Pekin",
"price": 88.99,
"image": { "fields": { "file": { "url": "/egipt.8a5a444c.jpg"} } }
}
},
{
"sys": { "id": "6" },
"fields": {
"title": "Moscow",
"price": 320.99,
"image": { "fields": { "file": { "url": "/egipt.8a5a444c.jpg" } } }
}
},
{
"sys": { "id": "7" },
"fields": {
"title": "Budapest",
"price": 450.99,
"image": { "fields": { "file": { "url": "/egipt.8a5a444c.jpg" } } }
}
},
{
"sys": { "id": "8" },
"fields": {
"title": "London",
"price": 330.99,
"image": { "fields": { "file": { "url": "/egipt.8a5a444c.jpg" } } }
}
}
]
}