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

InsertionBehavior

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