The old WCF Rest Starter Kit had a interesting feature. It was an additonal Visual Studio menu option under Edit
called Paste XML as Types
. You can see this in action here on Tim Heuer's blog post concerning the tool.
The WCF REST Starter kit is depreciated in favour of ASP.NET MVC Web API, but does the feature, or a similar feature still exist? Or alternatively, Paste JSON as Types
?
It would be useful to have a tool in Visual Studio where you can paste a JSON or XML example and get a class generated.