79418890

Date: 2025-02-06 17:53:47
Score: 0.5
Natty:
Report link

Not the best answer but at least so you can test that you converter works you can force it:

var options = new JsonSerializerOptions();
options.Converters.Add(new FooConverter());

var foo = JsonSerializer.Deserialize<Foo>(json, options);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: CaseyHofland