admin管理员组

文章数量:1565365



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.

 

本文标签: jsonobjectConvertDebugimmediately