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

LineInfoHandling

public enum LineInfoHandling
Specifies how line information is handled when loading JSON.
namespace Newtonsoft.Json.Linq { public enum LineInfoHandling { Ignore, Load } }