Files
xemu/tests/qapi-schema/nested-struct-data.json
T

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

4 lines
105 B
JSON
Raw Normal View History

# {} is not a valid type reference
2015-05-04 09:05:20 -06:00
{ 'command': 'foo',
2018-12-13 16:37:14 +04:00
'data': { 'a' : { 'type': {} }, 'b' : 'str' } }