Konversi newtonsoft.json.linq.jarray ke type system.collections.generic

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