aboutsummaryrefslogtreecommitdiff
path: root/demo1/stuff.json
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2019-03-10 13:46:08 -0400
committerRob Austein <sra@hactrn.net>2019-03-10 13:46:08 -0400
commitfa9a04b06a7c6f62979c506b9999abf6b2eb8208 (patch)
tree887062e0d0c0ff844eb5fd05d603aad897c77d7e /demo1/stuff.json
First public version.
Diffstat (limited to 'demo1/stuff.json')
-rw-r--r--demo1/stuff.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/demo1/stuff.json b/demo1/stuff.json
new file mode 100644
index 0000000..3b8448b
--- /dev/null
+++ b/demo1/stuff.json
@@ -0,0 +1,6 @@
+{
+ "foo": "FOO",
+ "bar": "BAR",
+ "wibble": 3.14159,
+ "wobble": [0,1,2,3,4,5,6]
+}