qemu-e2k/tests/qapi-schema/comments.json

5 lines
143 B
JSON

# Unindented comment
{ 'enum': 'Status', # Comment to the right of code
# Indented comment
'data': [ 'good', 'bad', 'ugly' ] }