diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-08 19:56:21 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-08 19:56:21 -0400 |
| commit | fe1ea91f73059c146369ccb2404fcaf6d03d2f4d (patch) | |
| tree | 9b8c5e37821e147048e5d1ddbe5435af47716949 /examples/db.json | |
| parent | 0c6d7edc0042464c8f05d38e6933186719dd259e (diff) | |
| parent | 32f87fcb58466e0e311349f96751c18e2a2cd7ea (diff) | |
k
Diffstat (limited to 'examples/db.json')
| -rw-r--r-- | examples/db.json | 30 |
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 |
