arkanovicz commented on PR #13: URL: https://github.com/apache/velocity-tools/pull/13#issuecomment-1319738744
I see in StringEscapeUtils the following comment for `escapeEcmaScript()`: > The only difference between Java strings and EcmaScript strings > is that in EcmaScript, a single quote and forward-slash (/) are escaped. Is that what we want for json? Isn't it more pertinent to just call `escapeJava()`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
