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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
|
{
"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/013781df-a926-409b-ab2a-b7b2becf99fa.png",
"caption": ""
},
{
"uri": "https://ltho.s3.amazonaws.com/5f4c3351-9434-446a-883b-aa4bffce8da3.png",
"caption": "errrr"
}
],
"video": {
"url": "",
"type": "",
"token": "",
"width": "",
"height": "",
"title": "",
"thumb": ""
},
"__index": "0",
"dateCreated": ""
},
{
"type": "bagel",
"description": "very good and dense bread",
"id": "bagel",
"title": "nice",
"color": "blue",
"images": [
{
"uri": "https://ltho.s3.amazonaws.com/229bcbc6-fb3c-428f-8c34-0c6bb69e70fd.gif",
"caption": ""
},
{
"uri": "https://ltho.s3.amazonaws.com/a7663bfc-501c-4354-b6ed-6ea305a8fb39.gif",
"caption": ""
},
{
"uri": "https://ltho.s3.amazonaws.com/7d380c24-7803-491a-94df-e812cbe667bb.gif",
"caption": ""
}
],
"video": {
"url": "https://vimeo.com/112498725",
"type": "vimeo",
"token": "112498725",
"width": "",
"height": "",
"title": "FW14-2H-VIDEO-V4 2",
"thumb": "http://i.vimeocdn.com/video/497493142_640.jpg"
},
"__index": "1",
"dateCreated": ""
},
{
"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": [],
"dateCreated": ""
},
{
"title": "ok...",
"body": "2406 Old Rd, San Juan Bautista",
"id": "contact",
"__index": "0",
"links": [
{
"text": "US Bread Board",
"uri": "http://bread.com/"
},
{
"text": "National Council on Grain",
"uri": "http://grain.org/"
},
{
"text": "USDA",
"uri": "http://usda.gov/"
}
],
"dateCreated": ""
}
],
"test": [
{
"id": "test",
"title": "tEst",
"media": [
{
"uri": "http://asdf.us/",
"caption": "ASDF",
"type": "link"
}
],
"__index": "0",
"dateCreated": "Mon, 28 Mar 2016 23:02:45 GMT"
}
]
}
|