Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Escape U+2028 and U+2029 when writing JSON as a JavaScript string lit…
…eral. U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR are also not allowed in a JavaScript string literal. Trying to send a message with either would cause an "unexpected EOF" exception on the JavaScript side.
- Loading branch information