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