StringEscapeUtils.escapeJson ---------------------------- Key: LANG-797 URL: https://issues.apache.org/jira/browse/LANG-797 Project: Commons Lang Issue Type: New Feature Components: lang.* Affects Versions: 2.6 Reporter: Joe Littlejohn Priority: Minor
It would be great to offer a StringEscapeUtils.escapeJson method which is similar to StringEscapeUtils.escapeJavaScript but will not escape apostrophe (single-quote) chars. The current escapeJavaScript method does escape single-quote chars, but this produces invalid JSON. A good description of the problem can be found here: http://stackoverflow.com/questions/2275359/jquery-single-quote-in-json-response -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira