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#
Tag: JSON
Post UISearchBar Values to RESTful API from MonoTouch
In my previous blog post comments Chris asked for some Source Code so I’ve put together a sample using the UISearchBar. The App has 2 View Controllers and 2 zibs. HomeScreen.cs | HomeScreen.xib SearchResults.cs | SearchResults.xib You can download the entire MonoDevelop Solution here: UISearchBarSample MonoDevelop Solution What Does It Do? UISearchBarSample accepts a zip code,… Continue reading Post UISearchBar Values to RESTful API from MonoTouch