CC#•Created by Alexis 🫐 on 11/25/2024 in #help 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 ?