我正在将newtonsoft实现转换为.net core 3.0中的新JSON库。我有以下代码 public static bool IsValidJson(string json) { try { JObject.Parse(json); return true; } ...
確定! 回上一頁