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

JsonObjectCreationHandling

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