-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSONParseError: Unexpected o encountered #115
Comments
Updated by darron.schall on 2009-09-03T14:11:25 Please attach the JSON string you are trying to decode so we can identify the potential issue. You might also |
Updated by darron.schall on 2009-09-03T14:11:35 Original ticket set status to NeedMoreInfo (we converted to open) |
Updated by mopics25 on 2009-11-20T12:53:09 here's some code that gives this Error : |
Updated by scitronpousty on 2010-01-07T21:56:45 I checked my JSON on jsonlint and it validates and I also get the unexpected o issue. |
Updated by scitronpousty on 2010-01-07T22:02:31 Parsing works though if I use this construct instead: var decoder:JSONDecoder = new JSONDecoder(resultString); |
Updated by rahul.schaudhary on 2010-02-09T11:59:20 I have also fallen into same situation. The only difference is that I am getting- I also have validated my JSON string using the tool provided. |
Updated by ugommirikwe on 2010-04-13T12:34:51 I had the same issue too, but I discovered the problem was that I didn't indicate in Hope this helps someone. |
Updated by Benjamin.Lowenstein on 2010-07-09T22:01:36 The workaround in #5 worked well for me for this exact error. import com.adobe.serialization.json.JSONDecoder; var decoder:JSONDecoder = new JSONDecoder(myJSONstring); |
Originally filed by varun.1984 on 2009-09-02T18:05:14
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
bug free
What version of the product are you using? On what operating system?
latest,windows
Please provide any additional information below.
The text was updated successfully, but these errors were encountered: