This tool will parse a JSON and generate the corresponding C# class.
This version of the tool 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 a class property of type: List<object>
Tthe generated C# code has a dependency to Json.NET