System.Text.Json.Serialization.JsonConstructorAttribute
When placed on a constructor, indicates that the constructor should be used to create instances of the type on deserialization.
namespace System.Text.Json.Serialization
{
public sealed class JsonConstructorAttribute : JsonAttribute
{
public JsonConstructorAttribute();
}
}