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