// GET api/<controller> public string Get() { var json = JsonConvert.SerializeObject(CatModel.GetCats()); return(json); }