Fixed How can I deserialize JSON to a simple Dictionary<string,string> in ASP.NET? #dev #it #asnwer
Fixed How can I deserialize JSON to a simple Dictionary in ASP.NET? #dev #it #asnwer
How can I deserialize JSON to a simple Dictionary<string,string> in ASP.NET?
I have a simple key/value list in JSON being sent back to ASP.NET via POST. Example:
{ "key1": "value1", "key2": "value2"}
I AM NOT TRYING TO DESERIALIZE INTO STRONGLY-TYPED .NET OBJECTS
I simply need a plain old Dictionary(Of String, String), or some equivalent (hash table, Dictionary(Of String, Object), old-school…
View On WordPress












