❔ ✅ System.Text.Json paths
Does STJ support paths in some way? In NSJ I would use a
Essentially I want to access this (pointlessly) nested property
in NSJ I could define this attribute
ContractResolver and a custom attribute to handle thisEssentially I want to access this (pointlessly) nested property
in NSJ I could define this attribute
[JsonPathProperty("Time.time")] and use a ContractResolver to drag the value back up, preventing needless object bloat.