<PackageReference Include="System.Text.Json" Version="10.0.0-preview.5.25277.114" />

JsonObjectCreationHandling

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