You can still use JSONKit in your application with ARC.
I'm using it myself.
Select your project root in XCode 5, under Targets
select your application then select the BuildPhases
tab. Under Compile Sources
double-click JSONKit.m and add the following compiler flags -fno-objc-arc
.
Hope it helps
Cheers
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…