I am trying to replaces instances of \\r or \\n characters in my json object with for display on a website.
\\r
\\n
I tried:<
CSS:
white-space: pre-wrap;
Is a far more eficient method.