\" Double quote
\\ Backslash
\/ Forward slash
\b Backspace
\f Form feed
\n Newline
\r Carriage return
\t Tab
\u Trailed by four hex digits

#Examples

{
  "url": "https://quickref.me",
  "msg" : "Hi,\n\"QuickRef.ME\"",
  "intro": "Share quick reference and cheat sheet for developers."
}

#Invalid String

{ "foo": 'bar' }

Have to be delimited by double quotes

Comments