This is a tools for generate json reader classes. In some case, when we get a json data, we hope to parse it to a C# class, a strongly type target is more safe and easy for using. this is what we did. How to use: 1. copy json data and paste it to tex…