|
2013-01-14 12:20:45 GMT
|
Hi
I am looking to integrate the nzbx.co search functionality into my Windows Phone application but I have run into some issues.
First of all. Is it not possible to do a search with a category parameter so only items within a given category is returned?
Also I am having issues parsing the search result. I am using C# and have extracted a C# class using json2csharp.com
I am using JSON.net to do the parsing (JsonConvert.DesecializeObject<T>). Is the JSON response special somehow?
|