include null when reading

This commit is contained in:
CWX
2025-01-16 14:35:05 +00:00
parent db2f85f603
commit c385d77d1e
@@ -20,6 +20,7 @@ public class HandbookCategory
public string? ParentId { get; set; }
[JsonPropertyName("Icon")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
public string? Icon { get; set; }
[JsonPropertyName("Color")]