escaped-crlf.json5 89 B

123456
  1. {
  2. // the following string contains an escaped `\r\n`
  3. a: 'line 1 \
  4. line 2'
  5. }