List <object> Jsonobject = new List<object>();. string Json = JsonConvert.SerializeObject(YourClassUwantToSerialize); Jsonobject .Add(Json);
確定! 回上一頁