Skip to content

JSON to C#

New

Generate C# classes with System.Text.Json JsonPropertyName attributes from JSON.

  • Processed in your browser
  • Privacy-first
  • No account required
  • Nothing uploaded by default

Examples

C# class

{"id":1,"name":"DevKit"}
public class Root { public int Id { get; set; } }