qemu

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

alternate-array.json (130B)


      1 { 'struct': 'One',
      2   'data': { 'name': 'str' } }
      3 { 'alternate': 'Alt',
      4   'data': { 'one': 'One',
      5             'two': [ 'int' ] } }