json返回构造的list?程序中,有个List<T> list = GetSomeData();还有个int count = 3如何把count 跟 list 组合后,通过 Json(newlist)返回给前台??