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
Post a Comment