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

System.Text.Json.Serialization.JsonObjectCreationHandling

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