<PackageReference Include="System.Text.Json" Version="11.0.0-preview.1.26104.118" />

JsonObjectCreationHandling

Determines how deserialization will handle object creation for fields or properties.
namespace System.Text.Json.Serialization { public enum JsonObjectCreationHandling { Replace, Populate } }