<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />

ConstructorHandling

public enum ConstructorHandling
Specifies how constructors are used when initializing objects during deserialization by the JsonSerializer.
namespace Newtonsoft.Json { public enum ConstructorHandling { Default, AllowNonPublicDefaultConstructor } }