Tagged Questions
7
votes
6answers
9k views
Can you Instantiate an Object Instance from JSON in .NET?
Since Object Initializers are very similar to JSON, and now there are Anonymous Types in .NET. It would be cool to be able to take a string, such as JSON, and create an Anonymous Object that ...