From 47215a88acb2b4a612b6916f2f7b7a7660770c36 Mon Sep 17 00:00:00 2001 From: Sean Fridman Date: Wed, 8 Apr 2015 19:52:04 -0400 Subject: Update example --- examples/db.json | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'examples/db.json') 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 -- cgit v1.2.3-70-g09d2