<PackageReference Include="System.Text.Json" Version="10.0.4" />

System.Text.Json.Serialization.JsonConstructorAttribute

public sealed class JsonConstructorAttribute : JsonAttribute
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(); } }