Im trying to use the built in JSON framework in iOS5, but i get an ARC issue when trying to compile this code:
NSDictionary *results = [jsonString JSONValue];
Is there an equivalent way to do this in iOS5, that doesn't raise an ARC issue?
ARC issue is: No visible @interface for 'NSString' declares the selector 'JSONValue'
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…