Skip to content

Instantly share code, notes, and snippets.

@simondean
Last active August 29, 2015 14:05
Show Gist options
  • Save simondean/ac2a891a10f97db7c127 to your computer and use it in GitHub Desktop.
Save simondean/ac2a891a10f97db7c127 to your computer and use it in GitHub Desktop.
json = json.unpack('U*').map {|i| i < 128 ? i.chr : "\\u#{i.to_s(16).rjust(4, '0')}"}.join
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment