Re: Guidelines on using NSJSONSerialization
Re: Guidelines on using NSJSONSerialization
- Subject: Re: Guidelines on using NSJSONSerialization
- From: Fritz Anderson <email@hidden>
- Date: Sun, 22 Apr 2012 10:58:17 -0500
On 22 Apr 2012, at 6:51 AM, Uli Kusterer wrote:
> It could be a CFArrayRef. CFArrayRef can handle *any* kind of pointer for its values, if you give it the right callbacks, and it's toll-free-bridged to NSArray. Of course, if you try to get an object out of it and it actually contains something else (like a struct pointer), it'll still crash.
It could be a CFArrayRef with non-Foundation elements, but in the context of NSJSONSerialization, it had better not be.
— F
_______________________________________________
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