summaryrefslogtreecommitdiff
path: root/examples/db.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/db.json')
-rw-r--r--examples/db.json30
1 files changed, 20 insertions, 10 deletions
diff --git a/examples/db.json b/examples/db.json
index bfce252..1d0cba4 100644
--- a/examples/db.json
+++ b/examples/db.json
@@ -1,22 +1,32 @@
{
- "meta": [
+ "meta": [],
+ "bread": [
{
- "project": "great project"
- }
- ],
- "project": [
+ "type": "rye",
+ "description": "really a very tasty bread!",
+ "id": "rye"
+ },
{
- "id": "cool"
+ "type": "bagel",
+ "description": "very good and dense bread",
+ "id": "bagel"
},
{
- "id": "lame"
+ "type": "pumpernickel",
+ "description": "grandma's recipe",
+ "id": "pumpernickel"
}
],
"page": [
{
- "id": "about",
- "title": "so page",
- "body": "we did it"
+ "title": "About Us",
+ "body": "Just a small bakery",
+ "id": "about"
+ },
+ {
+ "title": "contact",
+ "body": "2406 Old Rd, San Juan Bautista",
+ "id": "contact"
}
]
} \ No newline at end of file