ASP.NET JSON conversion issues
Hello, for some reason asp.net is not serializing my response object correctly, in my request I return an object which has an object City which has object Country inside of it, when I debug at return it returns country correctly but in postman response doesn't receive it
1 Reply
Has anyone had a similar issue? I don't know what to google
oh... I forgot to put get set on complex object