Options

NAV 2017 - Prevent NAV from converting a backslash to a CRLF

mcoscasmcoscas Member Posts: 34
Hi everybody,

Is somwbody knows how to prevent NAV from converting a backslash to a CRLF ?
I created a we service that return a JSON as a text and I apply a Json.Encode(myJsonText) to escape all the special characters. The problem is that the Json escape the special characters by adding a backslash and in place of return the Json with the backslash NAV returns it with a CRLF.

Thanks in advance for your replies.
Michael
Sign In or Register to comment.