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