qemu

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

alternate-conflict-enum-bool.json (185B)


      1 # alternate branch of 'enum' type that conflicts with bool
      2 { 'enum': 'Enum',
      3   'data': [ 'aus', 'off' ] }
      4 { 'alternate': 'Alt',
      5   'data': { 'one': 'Enum',
      6             'two': 'bool' } }