mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 23:01:44 +01:00
23 lines
769 B
JSON
23 lines
769 B
JSON
{ "names-can_contain!anything Really": "foo",
|
|
"flatFoo": 123,
|
|
"flatBar": "abc",
|
|
"renamed-flatBaz": {"hello": true},
|
|
"flatQux": "cba",
|
|
"pfx.foo": "this is a long string in order to force multi-line pretty printing",
|
|
"pfx.renamed-bar": 321,
|
|
"pfx.baz": {"hello": true},
|
|
"pfx.xfp.qux": "fed",
|
|
"union-type": "renamed-bar",
|
|
"barMember": 789,
|
|
"multiMember": "ghi",
|
|
"dependency": {"renamed-foo": "corge"},
|
|
"simpleGroup": {"renamed-grault": "garply"},
|
|
"enums": ["qux", "renamed-bar", "foo", "renamed-baz"],
|
|
"innerJson": [123, "hello", {"object": true}],
|
|
"testBase64": "ZnJlZA==",
|
|
"testHex": "706c756768",
|
|
"bUnion": "renamed-bar",
|
|
"bValue": 678,
|
|
"externalUnion": {"type": "bar", "value": "cba"},
|
|
"unionWithVoid": {"type": "voidValue"} }
|