Convert newtonsoft.json.linq.jarray to type system.collections.generic

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