Skip to content

Instantly share code, notes, and snippets.

@mtodd
Created November 13, 2011 22:56
Show Gist options
  • Save mtodd/1362870 to your computer and use it in GitHub Desktop.
Save mtodd/1362870 to your computer and use it in GitHub Desktop.
PrettyPrint JSON
require 'rubygems'
require 'yajl/json_gem' # or 'json'
require 'yaml'
puts JSON.parse($stdin.read.chomp).to_yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment