JetBrains Rider
 
Get JetBrains Rider
You are viewing the documentation for an earlier version of JetBrains Rider.

Generate C# classes from JSON

Last modified: 15 November 2022

JetBrains Rider lets you generate C# classes based on existing JSON. For example, from the following JSON object:

JetBrains Rider will create classes that describe the structure of this object, which you can then use to read JSON files with the same object structure.