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

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -