<PackageReference Include="System.Text.Json" Version="9.0.0-preview.7.24405.7" />

JsonObjectCreationHandling

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