Deserialize nested JSON into C# objects
Use this this site for representation: https://quicktype.io/csharp/ something like this may help you public class Item322A { public string prop1 { get; set; } public string prop2 { get; set; } public int prop3 { get; set; } public bool prop4 { get; set; } } public class Item2B { public string prop1 { get; … Read more