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

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 } }