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