dindinet / jsonengine

Automatically exported from code.google.com/p/jsonengine
1 stars 0 forks source link

todo: escape \x1a #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
if " \x1a " is exists in doc, it makes JSON invalid
and Chrome raises parse error
It is necessary to escape this in server side.

Original issue reported on code.google.com by block.rx...@gmail.com on 24 Sep 2010 at 3:59