Thursday, 8 August 2013

Convert JSON string to C# dictionary

Convert JSON string to C# dictionary

I have a JSON string
{
"Date":"21/11/2010"
"name": "TEST"
"place":"xyz"
}
I want to convert it into a C# dictionary without using a third party library

No comments:

Post a Comment