diff tests/data/conf1.json @ 122:21d92ff8cf31

Begin the handling of JSON-style configuration files
author Franz Glasner <hg@dom66.de>
date Wed, 04 Apr 2018 09:45:29 +0200
parents
children 7e6ec99d5ff5
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/data/conf1.json	Wed Apr 04 09:45:29 2018 +0200
@@ -0,0 +1,8 @@
+{"key1": "the value",
+ "key2": 2,
+ "key3": 5.7,
+ "key4": true,
+ "key5": false,
+ "key6": 255,
+ "key7": "Umlaute: ÄÖÜäöüß"
+}