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

InsertionBehavior

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