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

4 lines
92 B
JSON

# Cannot include the same key more than once in any {}
{ 'key': 'value',
'key': 'value' }