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

4 lines
92 B
JSON
Raw Normal View History

2022-11-03 14:19:34 +08:00
# Cannot include the same key more than once in any {}
{ 'key': 'value',
'key': 'value' }