Hi guys, I need to create a json with this content:
{ "Multiline field": "LOREM IPSUM\r\nDOLOR SIT AMET"}
But the document generated escapes backslash with a double backslash, is there a way to avoid this?
Thanks!
Hi guys, I need to create a json with this content:
{ "Multiline field": "LOREM IPSUM\r\nDOLOR SIT AMET"}
But the document generated escapes backslash with a double backslash, is there a way to avoid this?
Thanks!