Skip to content

Instantly share code, notes, and snippets.

@sysbot
Created July 16, 2015 19:11
Show Gist options
  • Save sysbot/12a0dcb501edb384140d to your computer and use it in GitHub Desktop.
Save sysbot/12a0dcb501edb384140d to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'json'
require 'yaml'
input = $stdin.read
data = YAML::load(input)
json = JSON.dump(data)
puts json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment