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
you van use following code to generate appropriate json string and than parse it. It may help you