We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
'use strict'; console.log({ '\\n': '\\n' });
{ '\n': '\\n' }
Is it OK that we escape values here, but do not escape keys?