Files
xemu/tests/qapi-schema/event-nest-struct.json
T

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

3 lines
91 B
JSON
Raw Normal View History

2014-06-18 08:43:28 +02:00
{ 'event': 'EVENT_A',
2018-12-13 16:37:14 +04:00
'data': { 'a' : { 'type' : { 'integer': 'int' } }, 'b' : 'str' } }