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
|
{
"meta": [],
"bread": [
{
"type": "pretzel",
"description": "really a very tasty bread! yup yes",
"color": "green",
"id": "pretzel",
"title": "Pretzel Chips",
"images": [
{
"uri": "cool",
"caption": "cool"
},
{
"uri": "https://ltho.s3.amazonaws.com/5f4c3351-9434-446a-883b-aa4bffce8da3.png",
"caption": "errrr"
}
],
"video": {
"url": "",
"type": "",
"token": "",
"title": "",
"thumb": ""
}
},
{
"type": "bagel",
"description": "very good and dense bread",
"id": "bagel",
"title": "nice",
"color": "blue",
"images": [],
"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"
}
]
}
|