✅ how to convert Dictionary to C# object?
I have
string is property name and object is property value
is it possible to deserialize this to real object?
Dictionary<string, object> mapstring is property name and object is property value
is it possible to deserialize this to real object?