It's possible to add multiline content to json value?

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!