List <User> list = LoadUsers(); JObject json = new JObject(); ... The above will convert the list of User objects into a JArray of JObjects ...
確定! 回上一頁