annotate tests/data/conf10.json @ 305:f529ca46dd50

Implemented the "ref" namespace to get configuration tree references. BUGS: - Tests should be done more thoroughly and extensively - Interaction of tree references and variable substitution should be tested more properly - Documentation is missing yet
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 26 Apr 2021 09:42:42 +0200
parents b11af3ded7c1
children 816327e178b0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
130
b11af3ded7c1 Added more JSON specific unit tests
Franz Glasner <hg@dom66.de>
parents:
diff changeset
1 {"key1": "in the root namespace",
b11af3ded7c1 Added more JSON specific unit tests
Franz Glasner <hg@dom66.de>
parents:
diff changeset
2 "key2": "in the root namespace -- too",
b11af3ded7c1 Added more JSON specific unit tests
Franz Glasner <hg@dom66.de>
parents:
diff changeset
3 "tree1": {
b11af3ded7c1 Added more JSON specific unit tests
Franz Glasner <hg@dom66.de>
parents:
diff changeset
4 "key3": 32,
b11af3ded7c1 Added more JSON specific unit tests
Franz Glasner <hg@dom66.de>
parents:
diff changeset
5 "tree2": {
b11af3ded7c1 Added more JSON specific unit tests
Franz Glasner <hg@dom66.de>
parents:
diff changeset
6 "key4": "get this as `tree1.tree2.key4'",
b11af3ded7c1 Added more JSON specific unit tests
Franz Glasner <hg@dom66.de>
parents:
diff changeset
7 "key5": true
b11af3ded7c1 Added more JSON specific unit tests
Franz Glasner <hg@dom66.de>
parents:
diff changeset
8 }
b11af3ded7c1 Added more JSON specific unit tests
Franz Glasner <hg@dom66.de>
parents:
diff changeset
9 }
b11af3ded7c1 Added more JSON specific unit tests
Franz Glasner <hg@dom66.de>
parents:
diff changeset
10 }