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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
{
"meta": [],
"bread": [
{
"type": "pretzel",
"description": "really a very tasty bread!",
"color": "red",
"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": ""
},
"__index": 0
},
{
"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"
},
"__index": 1
},
{
"type": "pumpernickel",
"description": "yup",
"id": "pumpernickel",
"title": "ok",
"images": [
{
"uri": "cool",
"caption": "cool"
}
],
"color": "red",
"video": {
"url": "",
"type": "",
"token": "",
"title": "",
"thumb": ""
},
"__index": 2
},
{
"type": "cracker",
"title": "",
"description": "once upon a time this noble creature etc",
"color": "red",
"video": {
"url": "",
"type": "",
"token": "",
"title": "",
"thumb": ""
},
"__index": 4,
"id": "cracker"
},
{
"type": "croissant",
"title": "",
"description": "wow just wow",
"color": "red",
"video": {
"url": "",
"type": "",
"token": "",
"title": "",
"thumb": ""
},
"__index": 3,
"id": "croissant"
}
],
"page": [
{
"title": "About Us",
"body": "Just a small bakery",
"id": "about",
"__index": "1",
"links": [
{
"text": "asdf2",
"uri": "asdf"
}
],
"dateCreated": ""
},
{
"title": "ok...",
"body": "2406 Old Rd, San Juan Bautista",
"id": "contact",
"__index": 0
}
]
}
|