Deserialise part of a json response
Hello, how could I use newtonsoft to deserialise part of a large json response into a smaller set of objects? e.g. if the response is...
...how would I extract just an array of the elements in result, with only some params, e.g.
...how would I extract just an array of the elements in result, with only some params, e.g.
[ { "a", 1 }, { "b" , 2 } ]