qemu-e2k/tests/qapi-schema/duplicate-key.json

4 lines
92 B
JSON

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