summaryrefslogtreecommitdiffstats
path: root/examples/file-json/Settings.json
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-01-26 19:02:13 -0800
committerRyan Leckey <leckey.ryan@gmail.com>2017-01-26 19:02:13 -0800
commit589036c19409c7626a5bafda5af96c2fbc6a7de5 (patch)
tree9f4e09809df7c200c3d60b619c7eea9b91e6d70c /examples/file-json/Settings.json
parentd7ad51c8851fe3c845569760935fae1828e859b5 (diff)
Refactor the file source to allow for N formats; implement JSON.
Diffstat (limited to 'examples/file-json/Settings.json')
-rw-r--r--examples/file-json/Settings.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/file-json/Settings.json b/examples/file-json/Settings.json
new file mode 100644
index 0000000..72b28e6
--- /dev/null
+++ b/examples/file-json/Settings.json
@@ -0,0 +1,5 @@
+{
+ "debug": false,
+ "pi": 3.14159,
+ "weight": 150
+}