I just want to store the markdown text in a JSON string. Is it ok for me to simply copy the text into the string or do I have to manually escape certain characters?
I know that JSON uses certain characters for formatting and I would like to know what characters would be in conflict.
What characters do I need to escape?
Thanks!