view tests/data/conf1.json @ 136:eee1dd1f99bf

Simplify the YAML return type check and map a "None" (empty document) result to an empty mapping
author Franz Glasner <hg@dom66.de>
date Thu, 05 Apr 2018 09:39:41 +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: ÄÖÜäöüß"
}