is there any way to pass carriage returns / newline characters to the description on an invoice when using a JSON object?
I have to use JSON because of custom sorting requirements. It appears as
"desc":"First line\nSecond line"
would a
replace work? Or do you think that is asking for trouble?