How to escape special characters in building a JSON string?
356 A JSON string must be double-quoted, according to the specs, so you don''t need to escape ''. If you have to use special character in your JSON string, you can escape it using character. See this list
Ver detalles