4 lines
125 B
JSON
4 lines
125 B
JSON
|
# escape sequences are permitted only inside strings
|
||
|
# { 'command': 'foo', 'data': {} }
|
||
|
{ 'command': 'foo', 'data'\u003a{} }
|