how to convert a object to json file immediately during debug?

来源:互联网 发布:h网络是什么意思 编辑:程序博客网 时间:2024/05/16 14:12


how to convert a object to json file immediately during debug?


in debug model, in VS, Debug/Windows

select the Immediate

type following:

var supportRequestJson = JsonConvert.SerializeObject(supportRequest);



supportRequest is the object which you want to convert it to json.

 

0 0
原创粉丝点击