Escape characters after Serializing using Json

后端 未结 3 755
梦谈多话
梦谈多话 2021-01-27 11:15

Y is my object being serialized in a weird manner while using newtonsoft.json from ASP.Net Web API?

var s = JsonConvert.SerializeObject(request, For         


        
3条回答
  •  日久生厌
    2021-01-27 11:46

    It's because you have serialized it twice, can you post more of your code or skip calling SerializeObject completely

提交回复
热议问题