views:

283

answers:

3

Hello!

I want to use the JSon library in my iPhone project, and went to this site:
JSON

And there I choosed the Cocoa JSON Framework, but the site don't want to load for me. Any ideas how to fix this problem? Or suggestions for a place where I can get the JSon for objective-c?

+3  A: 

you can try to use TouchJSON. It is based on the CocoaJSON framework.

Morion
Thanks a lot, I'll try it.
Infinity
+1  A: 

There's also json-framework, on Google Code.

Ben Gottlieb
Thanks a lot, I'll try it.
Infinity
+2  A: 

a) In the text box on the top right on this page, type: "objective-c json library"

b) Hit return

c) Read the results

Felixyz