using System.Text.Json; //Serialize var jsonString = JsonSerializer.Serialize(yourObject); // Deserialize var obj = JsonSerializer.
確定! 回上一頁