view tests/data/conf10.json @ 350:9d729c479dc2

FIX: Do not apply the type convertion None -> "" if the expansions comprises the whole expression
author Franz Glasner <f.glasner@feldmann-mg.com>
date Thu, 24 Jun 2021 19:22:53 +0200
parents b11af3ded7c1
children 816327e178b0
line wrap: on
line source

{"key1": "in the root namespace",
 "key2": "in the root namespace -- too",
 "tree1": {
     "key3": 32,
     "tree2": {
	 "key4": "get this as `tree1.tree2.key4'",
	 "key5": true
     }
 }
}