Hi, This post will show how to parse the JSON response received from a web service into an NSDictionary object. For the purpose of this post, I’ll use a sample web service hosted by jsontest.com that returns the MD5 hash of the entered sample text. The url of the sample web service is http://md5.jsontest.com/?text=AmoghNatu The output […]