Files
xemu/tests/qapi-schema/alternate-array.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
130 B
JSON
Raw Normal View History

{ 'struct': 'One',
2015-05-04 09:05:05 -06:00
'data': { 'name': 'str' } }
{ 'alternate': 'Alt',
2015-05-04 09:05:05 -06:00
'data': { 'one': 'One',
'two': [ 'int' ] } }