I'm consuming REST-like API which returns JSON objects. I can deserialize those objects to C# objects, but I'd like to have strongly typed solution.
Is there any tool that can generate classes using JSON objects as reference?
This page has some links to tools to generate C# classes from JSON:
http://www.codeproject.com/Articles/233698/Consuming-a-Json-WebService-from-a-Csharp-or-VB-Ap
generate c# code from json: stackoverflow.com/questions/1066550/…