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