Convert Newtonsoft.Json.Linq.JArray to type System.Collections.Generic

Code Example - Convert Newtonsoft.Json.Linq.JArray to type System.Collections.Generic

                
                        var jObj2 = JsonConvert.DeserializeObject<List<Model.Print>>(strJson);