Skip to content

Instantly share code, notes, and snippets.

@holysugar
Last active January 3, 2016 10:58
Show Gist options
  • Save holysugar/8452566 to your computer and use it in GitHub Desktop.
Save holysugar/8452566 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'json'
require 'msgpack'
print JSON.load(ARGF.read).to_msgpack
#!/usr/bin/env ruby
require 'json'
require 'msgpack'
print MessagePack.unpack(ARGF.read).to_json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment