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
|
{
"meta": [],
"bread": [
{
"type": "pretzel",
"description": "really a very tasty bread! yup yes",
"color": "blue",
"id": "pretzel",
"title": "",
"images": [
{
"uri": "cool",
"caption": "cool"
}
]
},
{
"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": "beep"
}
]
},
{
"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"
}
]
}
|