c# - Giant Bomb API Json -


i'm trying use giant bomb api. use newtonsoft.json deserialize response object. i've problem when try convert response classes. i've problem looks array. don't understand , using ref should use make work ...

here syntax : public apisearchresult[] results { get; set; }

here tutorial : http://social.technet.microsoft.com/wiki/contents/articles/26920.winrt-using-giant-bomb-api-to-get-games-information.aspx

after looking @ documentation, appears apisearchresult supposed result. try changing public apisearchresult[] results { get; set; } public result[] results { get; set; }.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -