Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.39 KB

Installation.markdown

File metadata and controls

31 lines (20 loc) · 1.39 KB

Super-simple installation

By far the simplest way to start using JSON in your iPhone, iPad, or Mac application is to simply copy all the source files (the contents of the Classes folder) into your own Xcode project.

  1. In the Finder, open the json-framework/Classes folder and select all the files.
  2. Drop-and-drop them on the Classes group in the Groups & Files menu of your Xcode project.
  3. Tick the Copy items into destination group's folder option.
  4. Use #import "JSON.h" in your source files.

That should be it. Now create that Twitter client!

Upgrading

If you're upgrading from a previous version, make sure you're deleting the old JSON classes first, moving all the files to Trash.

Trouble-shooting

Check to see if the answers to the Frequently Asked Questions are of any help.

Alternative installation instructions

Copying the JSON Classes into your project isn't the only way to use this framework. I've created a couple of examples that link to this framework rather than copy the sources. Check them out at github: