I am currently working on a code where I am taking a class and converting it to JSON format.
Throughout my testing, all the content is surrounded by double quotes, for example:
{ "a" : "hello world ! '' this is john's desk" }
I am wondering if there are any specific characters that need to be escaped when enclosed in double quotes. Are there only certain characters inside the string that require escaping?