qmp-commands: move 'query-hotpluggable-cpus' doc to schema
[qemu/kevin.git] / tests / qapi-schema / unknown-escape.json
blob8e6891e52a29b43015ffc56fae0d23f953e2bd34
1 # we only recognize JSON escape sequences, plus our \' extension (no \x)
2 # { 'command': 'foo', 'data': {} }
3 { 'command': 'foo', 'dat\x61':{} }