
Recently I’ve been working on a small Newtonsoft’s Json.NET package decorator ‘JsonPathConvert’. This decorator is designed to help solving issue where you might want to deserialize json from some deeply nested json into a simple flat POCO without replicating the entire nested structure. The tool I created might not...