Skip to content

Instantly share code, notes, and snippets.

@ywjno
Created June 7, 2012 07:28
Show Gist options
  • Save ywjno/2887170 to your computer and use it in GitHub Desktop.
Save ywjno/2887170 to your computer and use it in GitHub Desktop.
doesn't escape when used to_json method
something.to_json.gsub(/\\u([0-9a-z]{4})/){|s| [$1.to_i(16)].pack("U")}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment