Summary
Selects how the escaped JS string should be put into quotes.
Enum values
| 1 | Put double quotes around the output. Double quotes are allowed both in JavaScript and JSON. |
| 2 | Do not put any quotes around the output. The escaped output may be surrounded with either type of quotes. |
| 0 | Put single quotes around the output. Single quotes are allowed in JavaScript only, but not in JSON. |