Mohsin26 / as3corelib

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

Parsing strings containing right brace "}" fail #99

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a json packet where a right brace "}" is within a string
2. parse it
3.

What is the expected output? What do you see instead?

The right brace should be treated like normal text when within a string -
this is what javascript interprets it as.

What version of the product are you using? On what operating system?
.92.1   MacOSX

Please provide any additional information below.

Original issue reported on code.google.com by steve.ra...@gmail.com on 10 Mar 2009 at 6:00

GoogleCodeExporter commented 9 years ago
I'm not able to reproduce this.  Can you paste the JSON string that you're 
trying to decode?  Thanks!

Original comment by darron.schall on 3 Aug 2009 at 12:47