Parse Json in MonoDevelop with C#

I need to consume Json in an iPhone project and for what ever reason, I’m <still> unable to get the preferred NewtonSoft.Json library to work in a MonoDevelop Project… thus, I’m giving System.Json a whirl. My end point call with an appended UISearchBar value appended looks something like this: var request = HttpWebRequest.Create (string.Format (@”your… Continue reading Parse Json in MonoDevelop with C#