<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />

CommentHandling

public enum CommentHandling
Specifies how JSON comments are handled when loading JSON.
namespace Newtonsoft.Json.Linq { public enum CommentHandling { Ignore, Load } }