Question: What character do you specify before a JSON control character when you want to use that control characters as a literal part of a string?

  1. `/`
  2. `\`
  3. `:`
  4. `{`

Answer: The correct answer of the above question is Option B:`\`