Generate C# classes with System.Text.Json JsonPropertyName attributes from JSON.
{"id":1,"name":"DevKit"}
public class Root { public int Id { get; set; } }