mirror of
https://github.com/qemu/qemu.git
synced 2024-11-29 06:43:37 +08:00
4 lines
143 B
JSON
4 lines
143 B
JSON
|
# we only recognize JSON escape sequences, plus our \' extension (no \x)
|
||
|
# { 'command': 'foo', 'data': {} }
|
||
|
{ 'command': 'foo', 'dat\x61':{} }
|