Subject: | RFE: accept \x |
Hi,
Although it's not in JSON, \x to encode a latin1 character is used in
javascript, like in \xE9. The Firefox toSource method generate such
encoding for instance.
It would be nice if the module accepted \x, just like it accepts \u.
Thanks,