C# 讀取json文件與寫json文件

在開發中,常常會用到這個問題,僅作一個記錄json 使用nuget獲取Newtonjson.Jsoncode 引入:開發 using Newtonsoft.Json; using Newtonsoft.Json.Linq; 讀取json文件get string wordTemplateName = "WordTemplate.json"; StreamReader sr =
相關文章
相關標籤/搜索