Darron Schall
Darron Schall
Updated by mikechambers on 2008-11-06T21:45:25 Which class is this in?
Updated by mikechambers on 2008-11-07T04:22:26 Original ticket set status to NeedMoreInfo (we converted to open)
Updated by mikechambers on 2009-09-22T07:50:48 What doesnt work? The zip file? Original ticket set status to NeedMoreInfo (we converted to open)
Updated by [email protected] on 2010-03-01T19:00:22 It is nearly impossible to unzip/"extract" the ZIP file on Windows Vista because of all the Mac OS extension-less empty files (there is one for...
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 want to try making sure...
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. I searched for a word beginning with o...
Updated by scitronpousty on 2010-01-07T22:02:31 Parsing works though if I use this construct instead: var decoder:JSONDecoder = new JSONDecoder(resultString); var resultObject:Object = (decoder.getValue() as Object); var features:Array = new Array(resultObject["features"]);
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- Unexpected j error. I also have validated my JSON string...