Skip to content

Instantly share code, notes, and snippets.

@wmakeev
Created January 17, 2015 05:57
Show Gist options
  • Save wmakeev/e7f942318250c80b5f28 to your computer and use it in GitHub Desktop.
Save wmakeev/e7f942318250c80b5f28 to your computer and use it in GitHub Desktop.
var javaScriptStr = JSON.stringify(obj)
.replace('\u2028', '\\u2028')
.replace('\u2029', '\\u2029');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment