Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/tests/qapi-schema/nested-struct-data.json
2023-03-06 14:48:14 +01:00

3 lines
105 B
JSON

# {} is not a valid type reference
{ 'command': 'foo',
'data': { 'a' : { 'type': {} }, 'b' : 'str' } }