summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Fridman <fridman@mail.sfsu.edu>2015-04-01 18:35:28 -0400
committerSean Fridman <fridman@mail.sfsu.edu>2015-04-01 18:35:28 -0400
commit13071991f04bcca72e154a476c3b3e5c46260ec0 (patch)
treea3846122f1a44715616b406ce82293429b60ece9
parent2e041ff6cd1b40c26bf16d37777c2c1c5153a669 (diff)
Add example JSON db
-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