C#C
C#13mo ago
Alexis 🫐

Json string to a class object but not {get; set; } !

So I have a class that I did and I did some constructors to avoid the {get; set; }
And I have a Json string that I want to use to fill my class, can I like put the Json to a dictionnary and then fill my variables with it ?
Was this page helpful?