comparison tests/data/conf1.json @ 144:7e6ec99d5ff5

Allow comments as keys and filter them by default
author Franz Glasner <hg@dom66.de>
date Fri, 13 Apr 2018 09:51:02 +0200
parents 21d92ff8cf31
children
comparison
equal deleted inserted replaced
143:252645c69c7b 144:7e6ec99d5ff5
1 {"key1": "the value", 1 {"__comment1": "Comment 1",
2 "key1": "the value",
2 "key2": 2, 3 "key2": 2,
3 "key3": 5.7, 4 "key3": 5.7,
4 "key4": true, 5 "key4": true,
5 "key5": false, 6 "key5": false,
6 "key6": 255, 7 "key6": 255,
8 "__comment2": "Comment no 2",
7 "key7": "Umlaute: ÄÖÜäöüß" 9 "key7": "Umlaute: ÄÖÜäöüß"
8 } 10 }