Mercurial > hgrepos > Python > libs > ConfigMix
annotate tests/data/conf10.json @ 372:ac3e3cd6faae
FIX: 4ff02a4f401a made a somewhat wrong fix for Python 2.7: now the real fix takes into account that all text types are supposed to be Unicode in Python 2
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 11 Jul 2021 16:43:14 +0200 |
| parents | b11af3ded7c1 |
| children | 816327e178b0 |
| 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 } |
