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

InsertionBehavior

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