Getting warning in iPhone: NSString may not respond to '-JSONValue' Getting warning in iPhone: NSString may not respond to '-JSONValue' json json

Getting warning in iPhone: NSString may not respond to '-JSONValue'


Add this #import "JSON.h" at the top of your .m or .h file.


Have you tried to add JSON Library to your project and import it

#import "JSON/JSON.h"


You probably just miss the include to your JSON library