1{ "names-can_contain!anything Really": "foo",
2  "flatFoo": 123,
3  "flatBar": "abc",
4  "renamed-flatBaz": {"hello": true},
5  "flatQux": "cba",
6  "pfx.foo": "this is a long string in order to force multi-line pretty printing",
7  "pfx.renamed-bar": 321,
8  "pfx.baz": {"hello": true},
9  "pfx.xfp.qux": "fed",
10  "union-type": "renamed-bar",
11  "barMember": 789,
12  "multiMember": "ghi",
13  "dependency": {"renamed-foo": "corge"},
14  "simpleGroup": {"renamed-grault": "garply"},
15  "enums": ["qux", "renamed-bar", "foo", "renamed-baz"],
16  "innerJson": [123, "hello", {"object": true}],
17  "testBase64": "ZnJlZA==",
18  "testHex": "706c756768",
19  "bUnion": "renamed-bar",
20  "bValue": 678,
21  "externalUnion": {"type": "bar", "value": "cba"},
22  "unionWithVoid": {"type": "voidValue"} }
23