If you ever need to read a CSV file and return it JSON string in .NET Core then the below one-liner will do that trick. jsonString = JsonConvert.SerializeObject ...
確定! 回上一頁