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