1

Looking for a quick and dirty tool to generate a C# class structure for a given JSON Schema.

Something like this http://json2csharp.rohitl.com/ (I don't like the output of this)

I also found https://app.quicktype.io/. Are there others?

Greg Bala
  • 3,563
  • 7
  • 33
  • 43
  • 2
    Have you tried Visual Studio? Copy your json string and go to **Edit > Paste Special > Past Json As Classes** – Rui Jarimba Nov 01 '18 at 21:08
  • Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for [so] as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it. – Igor Nov 01 '18 at 21:09
  • @RuiJarimba, That will generate classes from json, not from json schema. – Greg Bala Nov 01 '18 at 21:16
  • Oh sorry, you're absolutely right – Rui Jarimba Nov 01 '18 at 21:17

0 Answers0