Skip to content

Installing JSON.Net

GamingAnonymous edited this page Jan 8, 2017 · 1 revision

Installing

Use Nuget to install the JSON Deserialzer:

    Install-Package Newtonsoft.Json -Version 9.0.1

Our wrapper requires it so that we can convert the JSON that we receive from the API into a set of C# classes.

Wiki

Installing

Documentation

Clone this wiki locally