summaryrefslogtreecommitdiffstats
path: root/tests/Settings.hjson
diff options
context:
space:
mode:
authorRaphael Cohn <raphael.cohn@stormmq.com>2017-09-01 09:06:27 +0100
committerRaphael Cohn <raphael.cohn@stormmq.com>2017-09-01 09:06:27 +0100
commit9826b2cda730116e148120dafe0fa89bd389626e (patch)
tree164597d8e40017ca690c259c75eacee9134f6f5d /tests/Settings.hjson
parent13151213a7b368296c616e0a770fb2c238fff1a0 (diff)
Added HJSON (Human-Readable JSON) as a config file format
Diffstat (limited to 'tests/Settings.hjson')
-rw-r--r--tests/Settings.hjson16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/Settings.hjson b/tests/Settings.hjson
new file mode 100644
index 0000000..3e04ccf
--- /dev/null
+++ b/tests/Settings.hjson
@@ -0,0 +1,16 @@
+{
+ debug: true
+ production: false
+ arr: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
+ place: {
+ name: Torre di Pisa
+ longitude: 43.7224985
+ latitude: 10.3970522
+ favorite: false
+ reviews: 3866
+ rating: 4.5
+ creator: {
+ name: John Smith
+ }
+ }
+}