try like this,you can get the value like below
NSString* firstName = [[jsondata objectForKey:@"author"]objectForKey:@"firstName"];
5
solved How to retrive JSON objects in a NSString [closed]
try like this,you can get the value like below
NSString* firstName = [[jsondata objectForKey:@"author"]objectForKey:@"firstName"];
5
solved How to retrive JSON objects in a NSString [closed]