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

InsertionBehavior

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