my Json string is "{'message':'Test Driver'}"
if i try to Nslog this code NSLog(@"%@",[parser objectWithString:[request responseString] error:nil]);
parser is an object of SBJsonParser class
Output: (null)
is there any other json library which can parse this string?
plz help to parse this Json string