Problem I’m currently using this method to test a string if it valid JSON. The JToken class depends on Newtonsoft.Json.Linq. […]

Problem Here is a simplified version of my JSON. { “Relations”: [ { “Type”: “A”, “Categories”: [ { “Name”: “Identity” […]

Problem Here is a simplified version of my JSON. { “Relations”: [ { “Type”: “A”, “Categories”: [ { “Name”: “Identity” […]

Problem I have never really had to use Json.net until now, so I’m very rusty at it. For that reason, […]