qemu-e2k/tests/qapi-schema/unknown-escape.json

4 lines
143 B
JSON

# we only recognize JSON escape sequences, plus our \' extension (no \x)
# { 'command': 'foo', 'data': {} }
{ 'command': 'foo', 'dat\x61':{} }