Mercurial > hgrepos > Python > libs > ConfigMix
annotate tests/data/conf10.json @ 769:4a4d1323b282 default tip
Doc what AWS partition is
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Mon, 19 Feb 2024 16:11:48 +0100 |
| parents | 88bfa76463a6 |
| children |
| 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'", |
|
412
816327e178b0
Provide coercing methods for the jailed configuration: getintXXX(), getboolXXX(), getfloatXXX() and friends.
Franz Glasner <fzglas.hg@dom66.de>
parents:
130
diff
changeset
|
7 "key5": true, |
|
732
88bfa76463a6
FIX: Make all configurations on conf10.* semantically identical.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
412
diff
changeset
|
8 "key6": "off", |
|
88bfa76463a6
FIX: Make all configurations on conf10.* semantically identical.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
412
diff
changeset
|
9 "key7": [], |
|
88bfa76463a6
FIX: Make all configurations on conf10.* semantically identical.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
412
diff
changeset
|
10 "key8": [ "val1", "val2", "{{key1}}" ], |
|
88bfa76463a6
FIX: Make all configurations on conf10.* semantically identical.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
412
diff
changeset
|
11 "key9": {} |
|
130
b11af3ded7c1
Added more JSON specific unit tests
Franz Glasner <hg@dom66.de>
parents:
diff
changeset
|
12 } |
|
b11af3ded7c1
Added more JSON specific unit tests
Franz Glasner <hg@dom66.de>
parents:
diff
changeset
|
13 } |
|
b11af3ded7c1
Added more JSON specific unit tests
Franz Glasner <hg@dom66.de>
parents:
diff
changeset
|
14 } |
