summaryrefslogtreecommitdiff
path: root/examples/db.json
blob: b2cdf4acfa4682a558dab231fd2e36cde5c6e3d3 (plain)
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
{
  "meta": [],
  "bread": [
    {
      "type": "pretzel",
      "description": "really a very tasty bread! yup yes",
      "color": "blue",
      "id": "pretzel",
      "title": ""
    },
    {
      "type": "bagel",
      "description": "very good and dense bread",
      "id": "bagel"
    },
    {
      "type": "pumpernickel",
      "description": "grandma's recipe",
      "id": "pumpernickel",
      "title": "Pumpernickel"
    }
  ],
  "page": [
    {
      "title": "About Us",
      "body": "Just a small bakery",
      "id": "about"
    },
    {
      "title": "contact",
      "body": "2406 Old Rd, San Juan Bautista",
      "id": "contact"
    }
  ]
}