Re: JSONSerialization 'Garbage at end' error
Re: JSONSerialization 'Garbage at end' error
- Subject: Re: JSONSerialization 'Garbage at end' error
- From: Jens Alfke <email@hidden>
- Date: Wed, 30 Apr 2014 12:21:01 -0700
On Apr 30, 2014, at 8:20 AM, Diederik Meijer | Ten Horses <email@hidden> wrote:
> Now here is the problem: although the JSON parses fine and populates a UITableView without any issues, I am still getting the following error:
If the JSON parsed fine, then the error must be coming from somewhere else. A call to JSONObjectWithData: either returns a parsed object, or returns nil and sets the error. It doesn’t do both :)
You’ll need to do some detective work to find out what function call that error is really coming from. At that point you can set a breakpoint and look at the input data.
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden