Re: JSON Parser
Re: JSON Parser
- Subject: Re: JSON Parser
- From: "Zajkowski, James" <email@hidden>
- Date: Thu, 08 Sep 2011 17:54:02 +0000
- Thread-topic: JSON Parser
On Sep 8, 2011, at 1:25 PM, Tom Hohensee wrote:
> I have recently come across the need to handle JSON in an application I am working on for 10.6 and 10.7. After googling for a parser I came across several of them but some look abandoned. I am unsure which to pick. Anyone know of a good current JSON parser for cocoa in 10.6 and 10.7?
I tend to use json-framework (previously known as SBJson) - https://github.com/stig/json-framework - in any app that has to talk to a Rails backend. I also tend to use ASIHTTPRequest but only because I'm familiar with it.
--Jim
_______________________________________________
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
References: | |
| >JSON Parser (From: Tom Hohensee <email@hidden>) |