79663737

Date: 2025-06-12 14:56:35
Score: 0.5
Natty:
Report link

For System.Text.Json these are your options, give them a try:

public class Person {
  [JsonInclude] public string Name;
  public string Role { get; set; }
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: AlanK