escape-string.json 123 B

1234567
  1. {
  2. "hello" : "\t\n\r\f",
  3. "h\t\n\f" : "no buddy",
  4. "thirdkey" : "beginᔀend",
  5. "more-escapes" : "\"\\\\\n\/\///"
  6. }