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