JsonSelectSettings public class JsonSelectSettings Specifies the settings used when selecting JSON. Documentation Code namespace Newtonsoft.Json.Linq { public class JsonSelectSettings { public bool ErrorWhenNoMatch { get; set; } } }