How to create class by name class in C#?
I have input payload model (JSON) which contains json-object by name “class”. I have to create mapping class for JSON but since it contains C# restricted keyword “class”, I cannot use.
I have input payload model (JSON) which contains json-object by name “class”. I have to create mapping class for JSON but since it contains C# restricted keyword “class”, I cannot use.