Json – Search an array of arrays of objects with Newtonsoft
I have an array of an array of JToken objects. I would like to return a list of the top 10 objects ordered by the Severity member in descending order; right now, I'm just returning all issues where Severity <…