Question: How do you store several paragraphs of text as a string in JSON?

  1. Escape all whitespaces expect space characters.
  2. Escape line breaks.
  3. Escape paragraphs.
  4. Remove all whitespaces

Answer: The correct answer of the above question is Option A:Escape all whitespaces expect space characters.