Sign in
qemu-android
/
qemu-android
/
0efe406cac8a4d9f0b52eada4c6c2a768fe4b7d2
/
.
/
tests
/
qapi-schema
/
unknown-escape.json
blob: 8e6891e52a29b43015ffc56fae0d23f953e2bd34 [
file
] [
log
] [
blame
]
#
we only recognize JSON escape sequences
,
plus our \' extension
(
no \x
)
#
{
'command'
:
'foo'
,
'data'
:
{}
}
{
'command'
:
'foo'
,
'dat\x61'
:{}
}