Convert JSON to C# Online

With the increased interested and usage of web(or REST) API's, sooner or later you'll have to consume an external JSON-producing service. As a C# developer  it's nice to have locally-defined static types that you can code against. But writing all these classes that match the JSON data is a boring and cumbersome task.

Let's introduce json2csharp This tool will takeover this task and generates C# classes from JSON for you.