System.Text.Json.Serialization.JsonIgnoreAttribute
Prevents a property from being serialized or deserialized.
namespace System.Text.Json.Serialization
{
public sealed class JsonIgnoreAttribute : JsonAttribute
{
public JsonIgnoreCondition Condition { get; set; }
public JsonIgnoreAttribute();
}
}