Infinite Possibilities
Infinite Possibilities

Reputation: 7466

JSon and objective-c

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?

Upvotes: 0

Views: 800

Answers (3)

Felixyz
Felixyz

Reputation: 19143

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

b) Hit return

c) Read the results

Upvotes: 2

Ben Gottlieb
Ben Gottlieb

Reputation: 85522

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

Upvotes: 1

Morion
Morion

Reputation: 10860

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

Upvotes: 3

Related Questions