1# we only recognize JSON escape sequences, plus our \' extension (no \x)
2
3##
4# @foo:
5##
6# { 'command': 'foo', 'data': {} }
7{ 'command': 'foo', 'dat\x61':{} }
8