qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

nested-struct-data-invalid-dict.json (195B)


      1 # command 'data' member with dict value is (longhand) argument
      2 # definition, not inline complex type
      3 { 'command': 'foo',
      4   'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }