Y is my object being serialized in a weird manner while using newtonsoft.json from ASP.Net Web API?
newtonsoft.json
var s = JsonConvert.SerializeObject(request, For
It's because you have serialized it twice, can you post more of your code or skip calling SerializeObject completely