JSON to C# Code

This tool will parse a JSON and generate the corresponding C# class.

Please note that this version does not generate code for the contents of JSON arrays so please ensure your arrays are empty, as follows:
array_name":[ ]

All JSON arrays are generated as class properties of type List<object>

Please note that the generated C# code has a dependency to Newtonsoft's library Json.NET

 

If you liked this tool, we invite you to visit our blog to read some useful articles regarding .NET and C#