We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.