view tests/data/conf1.json @ 134:2f2e819e8d17

Check the return type of the JSON and YAML loading functions: they must be a dict alike
author Franz Glasner <hg@dom66.de>
date Thu, 05 Apr 2018 09:12:29 +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: ÄÖÜäöüß"
}