view tests/data/conf1.json @ 139:c87b0dc54e1d

Allow custom configuration filename extensions and custom loaders that can handle custom configuration file syntax styles
author Franz Glasner <hg@dom66.de>
date Fri, 06 Apr 2018 22:28:45 +0200
parents 21d92ff8cf31
children 7e6ec99d5ff5
line wrap: on
line source

{"key1": "the value",
 "key2": 2,
 "key3": 5.7,
 "key4": true,
 "key5": false,
 "key6": 255,
 "key7": "Umlaute: ÄÖÜäöüß"
}