At present the structure of my code uses XmlDocument to load Xml and then SelectNodes to iterate through a list of repeating items. For each elements Im using XmlNode.SelectSingleNode to pick out field elements.
I now want to use JSON.NET to achieve the same results with documents delivered to me as Json. The answer can be something other than Json.net, as long as it's C# intergratable.