Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
tests
/
qapi-schema
/
ident-with-escape.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
json
4 lines
225 Bytes
Copy permalink
Copy
Raw
1
#
we
don't
recognize
any
\
escapes
other
than
\\
(tested
elsewhere)
2
#
{
'command':
'fooA'
,
'data':
{
'bar
1
':
'str'
}
}
3
{
'c\u
006
fmmand':
'\u
0066
\u
006
f\u
006
FA'
,
4
'd\u
0061
ta':
{
'\u
0062
\u
0061
\u
00721
':
'\u
0073
\u
0074
\u
0072
'
}
}