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
69
|
{
"meta": [],
"bread": [
{
"type": "pretzel",
"description": "really a very tasty bread! yup yes",
"color": "green",
"id": "pretzel",
"title": "Pretzel Chips",
"images": [
{
"uri": "cool",
"caption": "cool"
}
],
"video": {
"url": "",
"type": "",
"token": "",
"title": "",
"thumb": ""
}
},
{
"type": "bagel",
"description": "very good and dense bread",
"id": "bagel",
"title": "nice",
"color": "blue",
"images": [
{
"uri": "http://del.h-cdn.co/assets/cm/15/10/54f928d7ada8d_-_1347910942518.jpg",
"caption": "boop"
}
],
"video": {
"url": "https://vimeo.com/112498725",
"type": "vimeo",
"token": "112498725",
"title": "FW14-2H-VIDEO-V4 2",
"thumb": "http://i.vimeocdn.com/video/497493142_640.jpg"
}
},
{
"type": "pumpernickel",
"description": "grandma's recipe",
"id": "pumpernickel",
"title": "Pumpernickel",
"images": [
{
"uri": "cool",
"caption": "cool"
}
]
}
],
"page": [
{
"title": "About Us",
"body": "Just a small bakery",
"id": "about"
},
{
"title": "contact",
"body": "2406 Old Rd, San Juan Bautista",
"id": "contact"
}
]
}
|