I'm wondering if there is a tool out there that can take in a JSON string, analyze it, and generate a C# class file that can then be used to deserialize the json string into a C# object of that class.
I'm looking for something similar to a code generator of sorts, but the input would be a JSON string, instead of a database table/view/whatever, and the output would be your typical C# class file.
Anyone have any suggestions?