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
|
{
"meta": [],
"bread": [
{
"type": "rye",
"description": "really a very tasty bread!",
"id": "rye"
},
{
"type": "bagel",
"description": "very good and dense bread",
"id": "bagel"
},
{
"type": "pumpernickel",
"description": "grandma's recipe",
"id": "pumpernickel"
}
],
"page": [
{
"title": "About Us",
"body": "Just a small bakery",
"id": "about"
},
{
"title": "contact",
"body": "2406 Old Rd, San Juan Bautista",
"id": "contact"
}
]
}
|