annotated.json 769 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ "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"],
16 17
  "innerJson": [123, "hello", {"object": true}],
  "testBase64": "ZnJlZA==",
18 19
  "testHex": "706c756768",
  "bUnion": "renamed-bar",
20
  "bValue": 678,
21 22
  "externalUnion": {"type": "bar", "value": "cba"},
  "unionWithVoid": {"type": "voidValue"} }