C# JSON Parsing with Json.NET and JObject
Parsing JSON using C# can be a fiddly but with Newtonsoft’s Json.NET library it becomes a breeze. The library provides a number of types for parsing JSON which I find useful for hacking together tools to help work with big JSON structures. However, i...
Sep 15, 20255 min read38