yixiaohui12345 / as3corelib

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

Escaped single quote is not correctly decoded #136

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The following JSON:
{
   prop: "hello single \' quote"
}

... is not correctly decoded. It seems JSONTokenizer.readString needs to
also consider \' and decode it into ' which is not the case in version .92.1.

Original issue reported on code.google.com by jiri.ko...@gmail.com on 2 Feb 2010 at 10:25