Convertir newtonsoft.json.linq.jarray en type System.collections.generic

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