Deserialize JSON file in C# with variable sub root names
I'm working on a reading in a JSON file in C# using the JsonSerializer.Deserialize<>(json) method from the System.Text.Json package. The JSON file contains the following node textClasses: "textClasses": { "callout": { "fontSize": 29, "fontFace": "Roboto Regular", "color": "#5158A7" }, "title":…