This sample loads JSON and then queries values from it using Overload:Newtonsoft.Json.Linq.JToken.SelectToken. An error is thrown when part of the JSON path is not found.
Sample