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