summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/db.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/db.json b/examples/db.json
new file mode 100644
index 0000000..bfce252
--- /dev/null
+++ b/examples/db.json
@@ -0,0 +1,22 @@
+{
+ "meta": [
+ {
+ "project": "great project"
+ }
+ ],
+ "project": [
+ {
+ "id": "cool"
+ },
+ {
+ "id": "lame"
+ }
+ ],
+ "page": [
+ {
+ "id": "about",
+ "title": "so page",
+ "body": "we did it"
+ }
+ ]
+} \ No newline at end of file