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':{} }
|