Only addition I’d make is be sure to either add a header search path to your project pointing to the Classes folder relative to your project root or just import SBJson.h this way #import <SBJson/SBJson.h>.
Update: If your project isn’t ARC enabled then you need to add -fobjc-arc to your build settings in order to support iOS 4.x.