xref: /openbmc/qemu/tests/qapi-schema/unknown-escape.json (revision ac06724a715864942e2b5e28f92d5d5421f0a0b0)
1# we only recognize JSON escape sequences, plus our \' extension (no \x)
2# { 'command': 'foo', 'data': {} }
3{ 'command': 'foo', 'dat\x61':{} }
4