summaryrefslogtreecommitdiff
path: root/examples/db.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-08 19:56:21 -0400
committerJules Laplace <jules@okfoc.us>2015-04-08 19:56:21 -0400
commitfe1ea91f73059c146369ccb2404fcaf6d03d2f4d (patch)
tree9b8c5e37821e147048e5d1ddbe5435af47716949 /examples/db.json
parent0c6d7edc0042464c8f05d38e6933186719dd259e (diff)
parent32f87fcb58466e0e311349f96751c18e2a2cd7ea (diff)
k
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