GameInfoParse Method |
Namespace: Zyrenth.Zora
string json = @" { ""Region"": ""US"", ""Game"": ""Ages"", ""GameID"": 14129, ""Hero"": ""Link"", ""Child"": ""Pip"", ""Animal"": ""Dimitri"", ""Behavior"": ""BouncyD"", ""IsLinkedGame"": true, ""IsHeroQuest"": false, ""Rings"": -9222246136947933182 }"; GameInfo info = GameInfo.Parse(json);