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

InsertionBehavior

namespace System.Collections.Generic { internal enum InsertionBehavior { IgnoreInsertion, OverwriteExisting, ThrowOnExisting } }