How to auto-generate a C# class file from a JSON string [closed]
Five options: Use the free jsonutils web tool without installing anything. If you have Web Essentials in Visual Studio, use Edit > Paste special > paste JSON as class. Use the free jsonclassgenerator.exe The web tool app.quicktype.io does not require installing anything. The web tool json2csharp also does not require installing anything. Pros and Cons: … Read more