✅ how to convert Dictionary to C# object?
I have
Dictionary<string, object> map
string is property name and object is property value
is it possible to deserialize this to real object?1 Reply
I can do this but only with newtonsoft: